Latest web development tutorials

AngularJS ng-non-bindable command

AngularJS Reference Manual AngularJS Reference Manual


AngularJS examples

The following paragraphs do not need to use AngularJS to compile:

<Div ng-app = "" >
<P ng-non-bindable> This code does not need to use AngularJS: {{5 + 5} } </ p>
...
</ Div>

try it"

Definition and Usage

ng-non-bindable command is used to tell current AngularJS HTML element or sub-element is not required to compile.


grammar

<Element ng-non-bindable> </ element>

All HTML elements support this instruction.


Parameter Value

No parameter values.


AngularJS Reference Manual AngularJS Reference Manual