Skip to content

Commit

Permalink
docs($compile): change documentation for baddir error entry
Browse files Browse the repository at this point in the history
Add additional condition, when baddir error could happen.

Closes angular#11397
  • Loading branch information
lugovsky committed Apr 30, 2015
1 parent 4ae3873 commit 4395dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/error/$compile/baddir.ngdoc
Expand Up @@ -5,4 +5,4 @@

This error occurs when the name of a directive is not valid.

Directives must start with a lowercase character.
Directives must start with a lowercase character and must not contain leading or trailing whitespaces.

0 comments on commit 4395dc9

Please sign in to comment.