scratch – Diff between revs 121 and 125

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 121 Rev 125
Line 1... Line 1...
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html lang="en"> 2 <html lang="en" ng-app="scratch">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge">
6 <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> 6 <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
7 <meta http-equiv="Pragma" content="no-cache" /> 7 <meta http-equiv="Pragma" content="no-cache" />
Line 22... Line 22...
22 <!-- Site-wide style CCS --> 22 <!-- Site-wide style CCS -->
23 <link href="css/style.css" rel="stylesheet"> 23 <link href="css/style.css" rel="stylesheet">
Line 24... Line 24...
24 24
25 <!-- Local style --> 25 <!-- Local style -->
-   26 <!-- <link href="css/link/style.css" rel="stylesheet"> -->
-   27
-   28 <!-- Scratch Angular Includes -->
26 <!-- <link href="css/link/style.css" rel="stylesheet"> --> 29 <ng-include src="'html/scratch-head-last.html'"></ng-include>
Line 27... Line 30...
27 </head> 30 </head>
-   31  
-   32 <body>
-   33
Line 28... Line 34...
28   34 <!-- Scratch Angular Includes -->
29 <body> 35 <ng-include src="'html/scratch-body-first.html'"></ng-include>
30   36  
31 <!-- Main component for a primary marketing message or call to action --> 37 <!-- Main component for a primary marketing message or call to action -->
Line 83... Line 89...
83 </div> 89 </div>
84 </div> 90 </div>
Line 85... Line 91...
85   91  
86 <!-- jQuery --> 92 <!-- jQuery -->
-   93 <script src="bower_components/jquery/dist/jquery.min.js"></script>
-   94 <!-- Angular JS -->
87 <script src="bower_components/jquery/dist/jquery.min.js"></script> 95 <script src="bower_components/angular/angular.min.js"></script>
88 <!-- BootStrap --> 96 <!-- BootStrap -->
89 <script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script> 97 <script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
90 <!-- Bootstrap Validator --> 98 <!-- Bootstrap Validator -->
91 <script src="bower_components/bootstrap-validator/dist/validator.min.js"></script> 99 <script src="bower_components/bootstrap-validator/dist/validator.min.js"></script>
92 <!-- Clipboard --> 100 <!-- Clipboard -->
-   101 <script src="bower_components/clipboard/dist/clipboard.min.js"></script>
-   102 <!-- Angular Initialization. -->
-   103 <script>
-   104 var app = angular.module('scratch', []);
93 <script src="bower_components/clipboard/dist/clipboard.min.js"></script> 105 </script>
94 <script> 106 <script>
95 $(document).ready(() => { 107 $(document).ready(() => {
96 // Attach the form validator. 108 // Attach the form validator.
97 $('#link-form').validator({ 109 $('#link-form').validator({