aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/compile.js
diff options
context:
space:
mode:
authorMisko Hevery2013-08-01 15:39:22 -0700
committerIgor Minar2013-08-08 14:33:16 -0700
commit78a445fa375400a2ced5383b485f26fc0ae363d2 (patch)
tree6a918f1da36b463b87a686dce1384bc77bc433ea /src/ng/compile.js
parent4e76d0469ec4be3d704e8b2c3a98748357e93232 (diff)
downloadangular.js-78a445fa375400a2ced5383b485f26fc0ae363d2.tar.bz2
docs(compile/notassign): description for compile/notassign error
Closes #3459
Diffstat (limited to 'src/ng/compile.js')
-rw-r--r--src/ng/compile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/compile.js b/src/ng/compile.js
index c2eeae27..f2c7b381 100644
--- a/src/ng/compile.js
+++ b/src/ng/compile.js
@@ -978,7 +978,7 @@ function $CompileProvider($provide) {
parentSet = parentGet.assign || function() {
// reset the change, or we will throw this exception on every $digest
lastValue = scope[scopeName] = parentGet(parentScope);
- throw $compileMinErr('noass', "Expression '{0}' used with directive '{1}' is non-assignable!",
+ throw $compileMinErr('nonassign', "Expression '{0}' used with directive '{1}' is non-assignable!",
attrs[attrName], newIsolateScopeDirective.name);
};
lastValue = scope[scopeName] = parentGet(parentScope);