├── test-page ├── index.view.html └── index.controller.js ├── README.md ├── _content ├── app.less └── modal.less ├── home ├── index.controller.js └── index.view.html ├── app.js ├── LICENSE ├── _services └── modal.service.js ├── index.html └── _directives └── modal.directive.js /test-page/index.view.html: -------------------------------------------------------------------------------- 1 |
This one doesn't have any modals...
4 |{{vm.bodyText}}
4 | 5 | 6 |13 | Home page text: 14 |
15 | 16 |25 | AngularJS Custom Modal Example & Tutorial 26 |
27 |28 | JasonWatmore.com 29 |
30 |