Be sure to check out the README file for usage and what's changed.
To try out the feature-1.0 branch:
git clone https://github.com/angular-ui/ui-router.git
cd ui-router
git checkout feature-1.0
npm install
grunt
The built files will be available in the build folder
. You can copy the angular-ui-router.js
(or the .min
version) into your project to try it out.