floydwch / angular-underscore

Underscore adapter for AngularJS
316 stars 86 forks source link

Update bower.json to list underscore as a dependency #24

Open thebigredgeek opened 9 years ago

thebigredgeek commented 9 years ago

This fixes issues with wiredep dependency load order. Right now, underscore and angular will sometimes be loaded AFTER this module which results in a reference error and breaks the app during boot.

thebigredgeek commented 9 years ago

Bump?