In AngularJS, any inline javascript code that included in HTML templates doesn\'t work.
For Example:
main.html file:
Include jQuery and change order of the angular.js and jquery.js. jQuery must be first, otherwise it does not work
angular.js
jquery.js