Removing jQLite (mini-jQuery) from Angularjs

2.2k Views Asked by At

Angularjs use very stripped version on jQuery called jQLite (or mini-jQuery in some websites). If you add a reference to main jQuery, Angularjs will use your main jQuery and I always have reference to main jQuery in my applications. So for reducing size of Angularjs, I want to remove jQLite from Angularjs file. What is easy (and safe) way to do this?

1

There are 1 best solutions below

0
On BEST ANSWER

Here's the official answer, answered by one of the creators -

https://plus.google.com/+IgorMinar/posts/EgjErc6NdrD

and another discussion related to it.

https://groups.google.com/forum/#!topic/angular/PPKd5vu6FYk

They mention everything I would have said.