Closed
Description
I'm using this tool in my build process: https://github.com/ck86/main-bower-files
It iterates through all dependencies bower.json files to build a dependency map and when I include your project, it sorts angular-data before angular which is because you don't have angular listed as a non-dev dependency. The main-bower-files tool has a way to override this, but I just wanted to give you a heads up.
Edit: It also appears that angular-cache is a required dependency, but just listed as a dev dependency too.
Cheers