diff options
| author | Misko Hevery | 2010-01-23 15:54:58 -0800 |
|---|---|---|
| committer | Misko Hevery | 2010-01-23 15:54:58 -0800 |
| commit | 4460328bc1173f5d97fb4ff54edc041968486fce (patch) | |
| tree | 40e18a175f7f1ae104aa56347fe5038526374ed8 /test/ExternalApiTest.js | |
| parent | e41ee88ef85986dcd0fea23fefcc57d89cee5c0b (diff) | |
| download | angular.js-4460328bc1173f5d97fb4ff54edc041968486fce.tar.bz2 | |
lots of cleanup to get it ready for OS
Diffstat (limited to 'test/ExternalApiTest.js')
| -rw-r--r-- | test/ExternalApiTest.js | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/test/ExternalApiTest.js b/test/ExternalApiTest.js deleted file mode 100644 index cc102ae0..00000000 --- a/test/ExternalApiTest.js +++ /dev/null @@ -1,15 +0,0 @@ -ExternalApiTest = TestCase("ExternalApiTest"); - -ExternalApiTest.prototype = { - testItShouldExposefactory:function(){ - var node = $('<div ng-init="a=1">{{b=a+1}}</div>')[0]; - var scope = angular.compile(node); - scope.init(); - assertEquals(1, scope.get('a')); - assertEquals(2, scope.get('b')); - }, - - testItShouldRegisterAnchorListener: function (){ - - } -}; |
