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 name="viewport" content="width=device-width, initial-scale=1"> 6 <meta name="viewport" content="width=device-width, initial-scale=1">
7 <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> 7 <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
Line 18... Line 18...
18 <!-- Bootstrap Toggle --> 18 <!-- Bootstrap Toggle -->
19 <link href="bower_components/bootstrap-toggle/css/bootstrap-toggle.min.css" rel="stylesheet"> 19 <link href="bower_components/bootstrap-toggle/css/bootstrap-toggle.min.css" rel="stylesheet">
Line 20... Line 20...
20 20
21 <!-- Site-wide style CCS --> 21 <!-- Site-wide style CCS -->
-   22 <link href="css/style.css" rel="stylesheet">
-   23 <!-- Scratch Angular Includes -->
22 <link href="css/style.css" rel="stylesheet"> 24 <ng-include src="'html/scratch-head-last.html'"></ng-include>
Line 23... Line 25...
23 </head> 25 </head>
24   26  
25 <body> 27 <body>
-   28 <!-- Include first body content -->
Line 26... Line 29...
26 <!-- Include first body content --> 29 <!-- <div id="scratch-body-first"></div> -->
27 <div id="scratch-body-first"></div> 30 <ng-include src="'html/scratch-body-first.html'"></ng-include>
28 31
29 <!-- Main component for a primary marketing message or call to action --> 32 <!-- Main component for a primary marketing message or call to action -->
Line 197... Line 200...
197 ); 200 );
198 } 201 }
199 }); 202 });
200 }); 203 });
201 </script> 204 </script>
202 <script> -  
203 $(document).ready(() => { -  
204 $("#scratch-body-first").load("inc/scratch-body-first.html"); -  
205 }); -  
206 </script> -  
207 </body> 205 </body>
208 </html> 206 </html>