Basic examples demonstrating the differing approaches to handling data and user input between AngularJS and jQuery. Specific AngularJS concepts covered: Templates, Data binding, and Directives ...
I could not find the way to use jQuery instead of jQuery Lite on AngularJS. AngularJS requires to load jQuery on global scope, but "import" is asynchronous and not in global scope. I googled, but ...