AngularJS

AngularJS Tutorials

AngularJS Directives

AngularJS Filters and Elements

AngularJS ng non bindable Directive

AngularJS ng-non-bindable Directive

 

 

The ng-non-bindable directive is used to specify that the content of this HTML element, and its child nodes, should not be compiled by AngularJS.

 

Syntax:-

 

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

 

For your Information:-

 

It has no parameters.

Code Explanation

All Tutorials related to AngularJS Directives

All Sections related to AngularJS