aboutsummaryrefslogtreecommitdiffstats
path: root/src/angular-mocks.js
diff options
context:
space:
mode:
authorMisko Hevery2011-11-02 21:37:06 -0700
committerMisko Hevery2011-11-14 16:39:33 -0800
commit16597e8b52bdfe34b2239a5ab86a839fa8e980d6 (patch)
treefba1654a5f60fce0a21e3d9ed7d1c09cf6c2efbd /src/angular-mocks.js
parentf684f20c9982768b6c6d2c0e0797a626c0627773 (diff)
downloadangular.js-16597e8b52bdfe34b2239a5ab86a839fa8e980d6.tar.bz2
refactor($service): removed almost all references to scope.$service
- still need to remove from factory
Diffstat (limited to 'src/angular-mocks.js')
-rw-r--r--src/angular-mocks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/angular-mocks.js b/src/angular-mocks.js
index b4b2fd19..8ce3011d 100644
--- a/src/angular-mocks.js
+++ b/src/angular-mocks.js
@@ -561,7 +561,7 @@ angular.mock.TzDate = function (offset, timestamp) {
self[methodName] = function() {
throw {
name: "MethodNotImplemented",
- message: "Method '" + methodName + "' is not implemented in the TzDate mock"
+ message: "Method '" + methodName + "' is not implemented in the TzDate mock"
};
};
});