Skip to content

Service module for ui.router, compatible with angular-boostrap v. 1.3.2. Lets you watch for certain state changes, waits for confirmation and executes/routes depending on confirmation result.

License

Notifications You must be signed in to change notification settings

JedI-O/uiRouterYesNoCancel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uiRouterYesNoCancel

Service module for ui.router, compatible with angular-bootstrap v. 1.3.2. Lets you watch for certain state changes, waits for confirmation and executes/routes depending on confirmation result. #Dependencies

  • angular: ~1.5.3
  • ui-router: ~0.2.15
  • angular-bootstrap: ~1.3.2
  • bootstrap-css: ~3.3.6

Usage:

  1. Add the following line in your bower.json file: "ui-router-yesnocancel": "https://github.com/JedI-O/uiRouterYesNoCancel.git#master"
  2. Execute bower install
  3. Include the YesNoCancel-Module in your app.js file like this: var app = angular.module('myModule', ['ui.router.yesNoCancel']);

About

Service module for ui.router, compatible with angular-boostrap v. 1.3.2. Lets you watch for certain state changes, waits for confirmation and executes/routes depending on confirmation result.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.2%
  • HTML 6.8%