Tried to install AngularJS unstable today via bower and followed this trail:
- make version 1.1.5 available on bower packages ( create a 1.1.5 tag )
- Include unstable versions
- Bower should install stable components by default
- Add support for semver 2.0.0-rc.1’s build level
to find that Bower currently doesn’t support unstable releases due to a versioning issue, but, they will soon.
In the meantime, Michael Ahlers went above and beyond to provide an alternative here.