Explain ng-bind-template and ng-non-bindable

ng-bind-template: It replaces the text content of the element by interpolation of the template. It can contain multiple double curly markups.

 </ANY ELEMENT>

Ng-non-bindable: It specifies AngularJs to not compile the content of this HTML element and its child nodes.

 </ANY ELEMENT>

Top 50+ Angular Interview Questions with Answers

Angular is one of the most current web development frameworks around the world.  In almost every interview, you will have… Read More

4 years ago