AngularJS Developer Question:
Download Job Interview Questions and Answers PDF
Explain me which are the core directives of AngularJS?
Answer:
Following are the three core directives of AngularJS.
☛ ng-app − This directive defines and links an AngularJS application to HTML.
☛ ng-model − This directive binds the values of AngularJS application data to HTML input controls.
☛ ng-bind − This directive binds the AngularJS Application data to HTML tags.
☛ ng-app − This directive defines and links an AngularJS application to HTML.
☛ ng-model − This directive binds the values of AngularJS application data to HTML input controls.
☛ ng-bind − This directive binds the AngularJS Application data to HTML tags.
Download AngularJS Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain me what is the difference between ng-show/ng-hide and ng-if directives? | Tell me directives in AngularJS? |