diff options
| -rw-r--r-- | docs/content/error/$compile/nonassign.ngdoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/content/error/$compile/nonassign.ngdoc b/docs/content/error/$compile/nonassign.ngdoc index 3a7d996b..7486ba70 100644 --- a/docs/content/error/$compile/nonassign.ngdoc +++ b/docs/content/error/$compile/nonassign.ngdoc @@ -30,6 +30,9 @@ Following are invalid uses of this directive: <!-- ERROR because `myFn()=localValue` is an invalid statement --> <my-directive bind="myFn()"> + +<!-- ERROR because attribute bind wasn't provided --> +<my-directive> ``` |
