I\'m trying to update my angular version, and I think bower went just mad.
My deps :
\"dependencies\": { \"underscore\":\"*\", \"momentj
Try adding this section to your bower.json:
"dependencies": { ... }, "resolutions":{ "angular": "1.2.0-rc.2" }
Note: angular version in resolutions as same as version in dependencies.