├── README.md ├── css └── app.css ├── index.html ├── js ├── app.js └── lib │ ├── angular-ui-router.min.js │ └── angular.min.js ├── modal.html └── modals ├── confirm.html └── success.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsprodotcom/ui-router-modals/HEAD/README.md -------------------------------------------------------------------------------- /css/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsprodotcom/ui-router-modals/HEAD/css/app.css -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsprodotcom/ui-router-modals/HEAD/index.html -------------------------------------------------------------------------------- /js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsprodotcom/ui-router-modals/HEAD/js/app.js -------------------------------------------------------------------------------- /js/lib/angular-ui-router.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsprodotcom/ui-router-modals/HEAD/js/lib/angular-ui-router.min.js -------------------------------------------------------------------------------- /js/lib/angular.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsprodotcom/ui-router-modals/HEAD/js/lib/angular.min.js -------------------------------------------------------------------------------- /modal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsprodotcom/ui-router-modals/HEAD/modal.html -------------------------------------------------------------------------------- /modals/confirm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsprodotcom/ui-router-modals/HEAD/modals/confirm.html -------------------------------------------------------------------------------- /modals/success.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsprodotcom/ui-router-modals/HEAD/modals/success.html --------------------------------------------------------------------------------