Skip to content

Instantly share code, notes, and snippets.

@eddiemonge
Last active August 29, 2015 14:26
Show Gist options
  • Save eddiemonge/f9f8cb0a9dc7f42515db to your computer and use it in GitHub Desktop.
Save eddiemonge/f9f8cb0a9dc7f42515db to your computer and use it in GitHub Desktop.
UI-Router: Trying out the feature-1.0 branch

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment