diff options
| author | Igor Minar | 2011-01-23 22:24:53 -0800 | 
|---|---|---|
| committer | Igor Minar | 2011-01-24 14:03:42 -0800 | 
| commit | 8d507df8c9664cc35467577971532cc20be2912f (patch) | |
| tree | 24fd2fd811956386da2b166325f639dfc83fb96c /test | |
| parent | 567f33823b34969fa1b340c9d6c04e2c5a60d281 (diff) | |
| download | angular.js-8d507df8c9664cc35467577971532cc20be2912f.tar.bz2 | |
Revert "$route should create child scope via $new"
This reverts commit a5eb3ed107034cce5b7de3ec3f8a43ff3a379fa1.
See 9ca2facb for reasoning.
Diffstat (limited to 'test')
| -rw-r--r-- | test/widgetsSpec.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/widgetsSpec.js b/test/widgetsSpec.js index 27c5cb82..7faa9ced 100644 --- a/test/widgetsSpec.js +++ b/test/widgetsSpec.js @@ -651,7 +651,7 @@ describe("widget", function(){        // this one should really be just '1', but due to lack of real events things are not working        // properly. see discussion at: http://is.gd/ighKk -      expect(element.text()).toEqual('2'); +      expect(element.text()).toEqual('4');        dealoc(element);      }); | 
