How to use jQuery with AngularJS?

 Posted by Allemahesh on 10/26/2015 | Category: AngularJS 1x Interview questions | Views: 2342 | Points: 40
Answer:

By default AngularJS use jQLite which is the subset of jQuery. If you want to use jQuery then simply load the jQuery library before loading the AngularJS. By doing so, Angular will skip jQLite and will started to use jQuery library.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response