ngUpgraders / ng-forward

The default solution for those that want to write Angular 2.x style code in Angular 1.x
410 stars 36 forks source link

stick to IAugmentedJQuery in jqlite-extensions #141

Closed laurelnaiad closed 8 years ago

laurelnaiad commented 8 years ago

jqlite-extensions was attempting to import a non-existent copy of JQuery, when the library probably means to remain neutral to JQuery proper and only require jqlite.

Remove attempt to import JQuery, and instead use ng.IAugmentedJQuery in interfaces.

Closes #137

MikeRyanDev commented 8 years ago

Thank you!

MikeRyanDev commented 8 years ago

Merged in 2d93e2c

timkindberg commented 8 years ago

Yes that's what happened doh! Thank you for realizing it and fixing it!!