aboutsummaryrefslogtreecommitdiffstats
path: root/test/service/scopeSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/service/scopeSpec.js')
-rw-r--r--test/service/scopeSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/service/scopeSpec.js b/test/service/scopeSpec.js
index c4940931..d3713e9d 100644
--- a/test/service/scopeSpec.js
+++ b/test/service/scopeSpec.js
@@ -191,7 +191,7 @@ describe('Scope', function() {
it('should prevent infinite recursion and print watcher expression',function() {
module(function($rootScopeProvider) {
- $rootScopeProvider.ttl(100);
+ $rootScopeProvider.digestTtl(100);
});
inject(function($rootScope) {
$rootScope.$watch('a', function() {$rootScope.b++;});