ngNonBindable
ng
Sometimes it is necessary to write code which looks like bindings but which should be left alone
by angular. Use ngNonBindable
to make angular ignore a chunk of HTML.
<ANY ng-non-bindable> ... </ANY>as class
<ANY class="ng-non-bindable"> ... </ANY>