KaiOelfke / alumni-db-frontend

This will contain the software for the JA-YE Alumni Europe member database platform.
1 stars 0 forks source link

Bug in branch feature/events #38

Closed cangoektas closed 8 years ago

cangoektas commented 8 years ago

I don't know how it happened but with the latest changes in branch feature/events the app crashes on the event show view with the error message:

Error: [$injector:unpr] Unknown provider: UploadProvider <- Upload <- eventImagesFactory

I guess it has something to do with the changes in feature/events-file-uploads. I'll look into it.

cangoektas commented 8 years ago

Same problem in branch feature/events-file-uploads...

cangoektas commented 8 years ago

ng-file-upload was somehow deleted from my bower dependencies and I just needed to execute bower install. Solved the issue.