I want angularjs to use jQuery instead of jQLite by default. Is it possible? So that in directive link function:
link: function (scope, element, attrs, ngMo
You have to add jquery script tag before angularjs, this way angularjs will automatically replace jqLite by jQuery.