Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Removing jQLite (mini-jQuery) from Angularjs

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?

like image 777
Seyed Morteza Mousavi Avatar asked Oct 01 '22 18:10

Seyed Morteza Mousavi


1 Answers

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.

like image 119
Oak Avatar answered Oct 07 '22 19:10

Oak