dotJEM / angular-routing

Enhanced state based routing for Angular applications!
https://dotjem.github.io/angular-routing/
MIT License
75 stars 9 forks source link

Remove strong dependency to jQuery full edition #22

Closed jeme closed 11 years ago

jeme commented 11 years ago

It is not a certainty that this is a problem atm. But we don't have any tests and or samples proving it otherwise.

So currently we require a full jQuery implementation. (As a precaution)

Since AngularJS can settle for less, so should the Angular Routing, so first of all, we need to enable karma on jqlite and we should also at least write a few samples under jqlite... alternatively if we can, switch all examples to a jQuery free environment. (If it works without jQuery, surely it should with?)

jeme commented 11 years ago

23677b5 (ref above) enables karma for jqlite, (or rather no jquery, as jqlite is inside angular) and takes care of the first part of this issue.