Hi everyone,
I have read multiple times that ionic comes bundled with a number of angular files even if theses are not actively used by the framework itself.
The CDN clearly states:
Not all of these files are required by Ionic, but they have been included here if you need them.
There was a previous topic that precisely mentioned this issue. But the answer confirms that the file is included into ionic. I swear I looked into my whole folder and I can’t find angular-resource.js
I know i can download the CDN version but my development workflow uses Bower so I would like to be able to just bower install
and done.
Is the bower repo up to date ?
To precise:
When I install ionic beta 13 through bower it installs (which are listed in the ionic bower.json as dependencies)
- angular
- angular-sanitize
- angular-ui-router
- angular-animate
- collide
But no angular-resources.
It would be great to keep in sync the CDN with the bower repo. So I know if I have to pull resources from elsewhere.
Thanks