I am currently developing an application where I need some richer elements. Some of these are searches live updating, adding checkboxes to arrays and the like.
I have successfully implemented this using AngularJS
, but I am not really sure if it's good practice to use AngularJS
on just a few pages.
Would it be better practice to use JQuery
for this purpose, and does it go against the goal of AngularJS
?