From e4b6a1eaa4a432b0082c7abbff8f4bb169cf846e Mon Sep 17 00:00:00 2001 From: Ken Sheedlo Date: Thu, 1 Aug 2013 15:11:10 -0700 Subject: docs(minerr): fill in error message descriptions Errors I've documented so far: - `$injector:cdep` - `$injector:itkn` - `$injector:modulerr` - `$injector:nomod` - `$injector:pget` - `$injector:unpr` - `ng:areq` - `ng:cpi` - `ng:cpws` - `ngModel:noass` Closes #3430 --- test/ng/directive/inputSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/ng/directive/inputSpec.js b/test/ng/directive/inputSpec.js index 8f18964e..a69a4195 100644 --- a/test/ng/directive/inputSpec.js +++ b/test/ng/directive/inputSpec.js @@ -43,7 +43,7 @@ describe('NgModelController', function() { } expect(exception.message). - toMatch(/^\[ngModel:noass\] Expression '1\+2' is non\-assignable\. Element: $/); + toMatch(/^\[ngModel:nonassign\] Expression '1\+2' is non\-assignable\. Element: $/); })); -- cgit v1.2.3