diff options
| author | Ken Sheedlo | 2013-08-09 11:14:37 -0700 | 
|---|---|---|
| committer | Igor Minar | 2013-08-09 14:12:04 -0700 | 
| commit | 45dc9ee7b4a1e004f9fb7edde41d4805d1402ffa (patch) | |
| tree | a89e5e4eb46c156a7593901a61eb332595e4be96 /docs | |
| parent | f078762d48d0d5d9796dcdf2cb0241198677582c (diff) | |
| download | angular.js-45dc9ee7b4a1e004f9fb7edde41d4805d1402ffa.tar.bz2 | |
style(minerr): prefer component name as namespace
Closes #3527
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/error/resource/badargs.ngdoc (renamed from docs/content/error/ngResource/badargs.ngdoc) | 2 | ||||
| -rw-r--r-- | docs/content/error/resource/badcfg.ngdoc (renamed from docs/content/error/ngResource/badcfg.ngdoc) | 2 | ||||
| -rw-r--r-- | docs/content/error/sanitize/badparse.ngdoc (renamed from docs/content/error/ngSanitize/badparse.ngdoc) | 2 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/docs/content/error/ngResource/badargs.ngdoc b/docs/content/error/resource/badargs.ngdoc index c5f89207..a9a3f213 100644 --- a/docs/content/error/ngResource/badargs.ngdoc +++ b/docs/content/error/resource/badargs.ngdoc @@ -1,5 +1,5 @@  @ngdoc error -@name ngResource:badargs +@name $resource:badargs  @fullName Too Many Arguments  @description diff --git a/docs/content/error/ngResource/badcfg.ngdoc b/docs/content/error/resource/badcfg.ngdoc index 07145466..82e87504 100644 --- a/docs/content/error/ngResource/badcfg.ngdoc +++ b/docs/content/error/resource/badcfg.ngdoc @@ -1,5 +1,5 @@  @ngdoc error -@name ngResource:badcfg +@name $resource:badcfg  @fullName Response does not match configured parameter  @description diff --git a/docs/content/error/ngSanitize/badparse.ngdoc b/docs/content/error/sanitize/badparse.ngdoc index 39ba20d7..d07c6d62 100644 --- a/docs/content/error/ngSanitize/badparse.ngdoc +++ b/docs/content/error/sanitize/badparse.ngdoc @@ -1,5 +1,5 @@  @ngdoc error -@name ngSanitize:badparse +@name $sanitize:badparse  @fullName Parsing Error while Sanitizing  @description | 
