docs(ngNonBindable): fix punctuation

Closes #4424
This commit is contained in:
Dave Peticolas 2013-10-14 21:21:00 -07:00 committed by Pete Bacon Darwin
parent e690eaae53
commit e57d5b89ca

View file

@ -10,7 +10,7 @@
* The `ngNonBindable` directive tells Angular not to compile or bind the contents of the current * The `ngNonBindable` directive tells Angular not to compile or bind the contents of the current
* DOM element. This is useful if the element contains what appears to be Angular directives and * DOM element. This is useful if the element contains what appears to be Angular directives and
* bindings but which should be ignored by Angular. This could be the case if you have a site that * bindings but which should be ignored by Angular. This could be the case if you have a site that
* displays snippets of code. for instance. * displays snippets of code, for instance.
* *
* @element ANY * @element ANY
* *