From e0ace15cd325b28f5c9a2a6f8e040dfd2701b1f4 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 5 Mar 2012 14:52:34 -0800 Subject: docs($rootScope): rename ttl to digestTtl + docs --- test/service/scopeSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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++;}); -- cgit v1.2.3