diff options
| author | Misko Hevery | 2013-08-01 15:39:22 -0700 |
|---|---|---|
| committer | Igor Minar | 2013-08-08 14:33:16 -0700 |
| commit | 78a445fa375400a2ced5383b485f26fc0ae363d2 (patch) | |
| tree | 6a918f1da36b463b87a686dce1384bc77bc433ea /src/ng/compile.js | |
| parent | 4e76d0469ec4be3d704e8b2c3a98748357e93232 (diff) | |
| download | angular.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.js | 2 |
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); |
