diff options
| author | Misko Hevery | 2010-01-12 08:40:10 -0800 |
|---|---|---|
| committer | Misko Hevery | 2010-01-12 08:40:10 -0800 |
| commit | 13dee60685216a1da9e3bce4d5130693f6f5c624 (patch) | |
| tree | 7543c7560b37c0afc25bc59517e98c920eb8e2de /test/ExternalApiTest.js | |
| parent | 6d5471c9bea9671dec7900a7bc548aea8ddd5a3e (diff) | |
| download | angular.js-13dee60685216a1da9e3bce4d5130693f6f5c624.tar.bz2 | |
dissable URL watching
Diffstat (limited to 'test/ExternalApiTest.js')
| -rw-r--r-- | test/ExternalApiTest.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ExternalApiTest.js b/test/ExternalApiTest.js index 40cb0ab4..7356915b 100644 --- a/test/ExternalApiTest.js +++ b/test/ExternalApiTest.js @@ -6,5 +6,9 @@ ExternalApiTest.prototype = { var scope = angular.compile(node); assertEquals(1, scope.get('a')); assertEquals(2, scope.get('b')); + }, + + testItShouldRegisterAnchorListener: function (){ + } }; |
