|
2 | 2 | <html ng-app="modalTest"> |
3 | 3 | <head> |
4 | 4 | <title>Angular-Dialogs-Service Demo v5.2.1 (Font-Awesome)</title> |
5 | | - <script src="//code.angularjs.org/1.2.25/angular.min.js"></script> |
6 | | - <script src="//code.angularjs.org/1.2.25/angular-sanitize.min.js"></script> |
7 | | - <script src="js/ui-bootstrap-tpls-0.11.2.min.js"></script> |
8 | | - <script src="js/dialogs.min.js"></script> |
| 5 | + <script src="//cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.8/angular.js"></script> |
| 6 | + <script src="//cdnjs.cloudflare.com/ajax/libs/angular-sanitize/1.4.8/angular-sanitize.js"></script> |
| 7 | + <script src="//cdnjs.cloudflare.com/ajax/libs/angular-ui-bootstrap/0.14.3/ui-bootstrap-tpls.js"></script> |
| 8 | + <script src="js/dialogs.js"></script> |
9 | 9 | <script src="js/dialogTest2.js"></script> |
10 | 10 |
|
11 | | - <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> |
12 | | - <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css"> |
| 11 | + <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> |
| 12 | + <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> |
13 | 13 | <link rel="stylesheet" href="css/dialogs.css"> |
14 | 14 |
|
15 | 15 | <style> |
|
25 | 25 | <body ng-controller="dialogServiceTest"> |
26 | 26 | <div class="row"> |
27 | 27 | <div class="col-md-12"> |
28 | | - <h1>Dialog Service Demo (v5.2.1) <span class="text-muted"><small>Font-Awesome Compatible</small></span></h1> |
29 | | - <p class="text-info">(Using: Bootstrap 3.2.0, AngularJS 1.2.25, Angular UI Bootstrap 0.11.0, Font-Awesome 4.2)</p> |
| 28 | + <h1>Dialog Service Demo (v5.3) <span class="text-muted"><small>Font-Awesome Compatible</small></span></h1> |
| 29 | + <p class="text-info">(Using: Bootstrap 3.3.6, AngularJS 1.4.8, Angular UI Bootstrap 0.14.3, Font-Awesome 4.5)</p> |
30 | 30 | <p>This Demo of Angular-Dialog-Service is the same as the demo for using the service without <em>Angular-Translate</em>. Except now the service checks to see if <em>Font-Awesome</em> has been loaded and will automatically use Font-Awesome icons instead of the Bootstrap "glyphicons," in the header of the predefined dialogs.</p><p>Previously glyphicons were hard wired in, if you didn't include the Bootstrap version with the glyphicons because you were using Font-Awesome instead, then nothing appeared in the dialog headers. Now the service will automatically detect that you're using Font-Awesome and include the equivalent icons for each predefined dialog.<br> |
31 | 31 | </div> |
32 | 32 | </div> |
|
0 commit comments