davidruisinger / ionic-better-structure

An alternative ionic project skeleton with a cleaner structure
39 stars 12 forks source link

gulp wiredep does not inject ngResource #13

Open DMZakaria opened 7 years ago

DMZakaria commented 7 years ago

I would like to add ngResource to my project.

I did bower install angular-resource

This is my bower.json "dependencies": { "angular-messages": "~1.4.3", "angular-cache-buster": "^0.4.3", "ngInfiniteScroll": "1.2.2", "angular-dynamic-locale": "0.1.30", "angular-translate": "2.11.0", "angular-translate-interpolation-messageformat": "2.11.0", "angular-translate-loader-partial": "2.11.0", "angular-translate-storage-cookie": "2.11.0", "ngstorage": "^0.3.10", "angular-resource": "1.5.3", "ionic-ion-imageCacheFactory": "^1.0.2" }

The lib is added to my bower.json but gulp wiredp does not inject it on my index.html. All the other libs are well injected.

I don't know where the issue comes from, I have the same problem with ionic-ion-imageCacheFactory.

Do you have any idea ? Thank's in advance.