|
23 | 23 | <link rel="stylesheet" href="css/animate.css">
|
24 | 24 | <!-- Custom styles for this theme -->
|
25 | 25 | <link rel="stylesheet" href="css/main.css">
|
| 26 | + <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"/> |
| 27 | + <!-- end of CSS --> |
26 | 28 |
|
27 | 29 | <!-- JS -->
|
28 | 30 | <script src="js/angular/angular.min.js"></script>
|
|
34 | 36 | <script src="js/html5shiv.js"></script>
|
35 | 37 | <script src="js/respond.min.js"></script>
|
36 | 38 | <![endif]-->
|
37 |
| - <script src="js/application.js"></script> |
38 |
| - <script type="text/javascript"> |
| 39 | + <script src="js/application.js"></script> |
| 40 | + <script type="text/javascript"> |
39 | 41 | var goat=angular.module("goatApp", ['ngAnimate']);
|
40 | 42 | </script>
|
41 | 43 | <script type="text/javascript" src="js/goat.js"></script>
|
42 | 44 | <script type="text/javascript" src="js/goatConstants.js"></script>
|
| 45 | + <!-- end of JS --> |
43 | 46 |
|
44 | 47 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
45 | 48 | <title>WebGoat V6.0</title>
|
46 |
| - <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"/> |
47 |
| - |
48 | 49 | </head>
|
49 | 50 |
|
50 | 51 | <body class="animated fadeIn" ng-app="goatApp">
|
|
72 | 73 | <ul class="slideDown" ng-show="expanded">
|
73 | 74 | <li ng-repeat="lesson in item.children">
|
74 | 75 | <a ng-click="renderLesson(lesson.link)" title="link to {{lesson.name}}" href="">{{lesson.name}}</a>
|
75 |
| - <span ng-repeat="stage in lesson.children"> |
76 |
| - <a ng-click="renderLesson(stage.link)" title="link to {{stage.name}}" href=""> {{stage.name}}</a> |
| 76 | + <span ng-repeat="stage in lesson.children" > |
| 77 | + <a ng-click="renderLesson(stage.link)" title="link to {{stage.name}}" href="">{{stage.name}}</a> |
77 | 78 | </span>
|
78 | 79 | </li>
|
79 | 80 | </ul>
|
|
0 commit comments