Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ui-router-extras

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ui-router-extras

UI-Router Extras: Sticky states, Future States, Deep State Redirect, Transition promise

  • 0.0.11
  • npm
  • Socket score

Version published
Weekly downloads
4.6K
increased by15.63%
Maintainers
1
Weekly downloads
 
Created
Source

Addons for Angular UI-Router:

Full Website (description, API, demos): http://christopherthielen.github.io/ui-router-extras/

UI-Router is the defacto router for AngularJS.

UI-Router Extras adds 4 additional features to help you write large modular applications.

  • Sticky State
  • Deep State Redirect
  • Future State
  • Previous State

Dependencies

  • required:
    • "angular": "~1.2.0",
    • "angular-ui-router": "~0.2.10"

Install

  1. download the files
    1. Bower
      1. add "ui-router-extras": "latest" to your bower.json file then run bower install OR run bower install ui-router-extras
  2. include the files in your app
    1. ct-ui-router-extras.min.js
  3. include the module in angular (i.e. in app.js) - ct.ui.router.extras

Development

  1. git checkout master
    1. run npm install && bower install
    2. write your code then run grunt
    3. git commit your changes

The Gruntfile.js default target generates the output files into a build/ directory. It runs all unit tests on the built file, as well as the minified file.

FAQs

Package last updated on 16 Jan 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc