I\'m trying to update my angular version, and I think bower went just mad.
My deps :
\"dependencies\": { \"underscore\":\"*\", \"momentj
Instead of:
"angular": "~1.2.0-rc.2"
Try:
"angular": "=1.2.0-rc.2"
Might not be the right way to do it however but it solved a similar issue in my project.