scotch / angular-brunch-seed

AngularJS + Brunch
Other
228 stars 78 forks source link

Angular update needed before tests would run #63

Closed pkrnjevic closed 11 years ago

pkrnjevic commented 11 years ago

I kept getting a resumeBootstrap undefined error while running e2e tests, until I updated angularjs to 1.0.6.

Updating is easy, once you know how:

bower update
kylefinley commented 11 years ago

@pkrnjevic,

Thank you for reporting this I've updated bower packages to Angular 1.0.6 so hopefully others won't run into this issue.