What should be the best practice using AngularJS with jQuery regular plugins. Like we want to open modal popup we use this code:
$("#MyModal").show("Show");
And What should we do working with AngularJS
Should we use it like same in jquery. Then what is point to use AngularJS?