diff options
| author | Peter Bacon Darwin | 2014-02-16 22:02:31 +0000 |
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 22:02:41 +0000 |
| commit | 33e1bdc543bcb7875dcc004d487333393670ed2d (patch) | |
| tree | 7ff1f564ab486f049b7e9e5ad946a6a88bb651b6 /docs/content/error/resource/badmember.ngdoc | |
| parent | 49f90e559ed412402ad7444bc2db2bc1c182ddf5 (diff) | |
| download | angular.js-33e1bdc543bcb7875dcc004d487333393670ed2d.tar.bz2 | |
chore(errors): rename folders to match namespaces
Diffstat (limited to 'docs/content/error/resource/badmember.ngdoc')
| -rw-r--r-- | docs/content/error/resource/badmember.ngdoc | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/docs/content/error/resource/badmember.ngdoc b/docs/content/error/resource/badmember.ngdoc deleted file mode 100644 index 4a61eb9b..00000000 --- a/docs/content/error/resource/badmember.ngdoc +++ /dev/null @@ -1,27 +0,0 @@ -@ngdoc error -@name $resource:badmember -@fullName Syntax error in param value using @member lookup -@description - -Occurs when there is a syntax error when attempting to extract a param -value from the data object. - -Here's an example of valid syntax for `params` or `paramsDefault`: - -````javascript -{ - bar: '@foo.bar' -} -```` - -The part following the `@`, `foo.bar` in this case, should be a simple -dotted member lookup using only ASCII identifiers. This error occurs -when there is an error in that expression. The following are all syntax -errors - - | Value | Error | - |---------|----------------| - | `@` | Empty expression following `@`. | - | `@1.a` | `1` is an invalid javascript identifier. | - | `@.a` | Leading `.` is invalid. | - | `@a[1]` | Only dotted lookups are supported (no index operator) | |
