aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExternalApiTest.js
diff options
context:
space:
mode:
authorMisko Hevery2010-01-12 08:40:10 -0800
committerMisko Hevery2010-01-12 08:40:10 -0800
commit13dee60685216a1da9e3bce4d5130693f6f5c624 (patch)
tree7543c7560b37c0afc25bc59517e98c920eb8e2de /test/ExternalApiTest.js
parent6d5471c9bea9671dec7900a7bc548aea8ddd5a3e (diff)
downloadangular.js-13dee60685216a1da9e3bce4d5130693f6f5c624.tar.bz2
dissable URL watching
Diffstat (limited to 'test/ExternalApiTest.js')
-rw-r--r--test/ExternalApiTest.js4
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 (){
+
}
};