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
Mickael got the right answer.
Further, at the very end of the angular.js, there is...
bindJQuery();
which will do the trick. It's not a magic.