Reputation: 229
Say for example, for validation and other purpose i have utilised jquery and for page templating i implemented angularjs. ( i felt it is easier to include angularjs tags directly into your html page like php.)
Since i'm very new to angularjs, i'm not sure about this method. can anyone suggest whether this is a good practice combining together ?
Upvotes: 0
Views: 165
Reputation: 2082
Yes, you are free to combine twice but its not recommended. If you use angular, you should marry that. The use of jQuery would be nice if you use some directives where you can manipulate your dom. That’s where the jQuery goes.
Upvotes: 1