|
5 | 5 | <title>Angular Timer, a simple, inter-operable AngularJS directive</title>
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 | 7 | <meta name="description" content="">
|
8 |
| - |
9 | 8 | <!-- Le styles -->
|
10 | 9 | <link href="bootstrap/css/bootstrap.css" rel="stylesheet">
|
11 | 10 | <link href="bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
|
|
17 | 16 | .page-content {
|
18 | 17 | padding-top: 15px;
|
19 | 18 | }
|
| 19 | + |
20 | 20 | .navbar .brand {
|
21 | 21 | padding-left: 75px;
|
22 | 22 | }
|
|
37 | 37 | <script src="app/js/timer.js"></script>
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
41 |
| - |
42 | 40 | <script>
|
43 | 41 | function startTimer(sectionId) {
|
44 | 42 | document.getElementById(sectionId).getElementsByTagName('timer')[0].start();
|
|
65 | 63 | <body ng-app="timer">
|
66 | 64 | <div class="navbar navbar-inverse navbar-fixed-top">
|
67 | 65 | <div class="navbar-inner">
|
68 |
| - <div id="fork-me"><a href="https://github.com/siddii/angular-timer/fork" title="Fork me on GitHub"><img alt="Fork me on GitHub" src="images/icon-fork-me.png"></a></div> |
| 66 | + <div id="fork-me"><a href="https://github.com/siddii/angular-timer/fork" title="Fork me on GitHub"><img |
| 67 | + alt="Fork me on GitHub" src="images/icon-fork-me.png"></a></div> |
69 | 68 | <div class="container">
|
70 | 69 | <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
|
71 | 70 | <span class="icon-bar"></span>
|
72 | 71 | <span class="icon-bar"></span>
|
73 | 72 | <span class="icon-bar"></span>
|
74 | 73 | </button>
|
75 | 74 | <a class="brand" href="index.html#introduction">Angular Timer</a>
|
| 75 | + |
76 | 76 | <div class="nav-collapse collapse">
|
77 | 77 | <ul class="nav">
|
78 | 78 | <li class="dropdown">
|
|
97 | 97 | <a href="#" class="dropdown-toggle" data-toggle="dropdown">Code<b class="caret"></b></a>
|
98 | 98 | <ul class="dropdown-menu">
|
99 | 99 | <li><a target="_new" href="https://github.com/siddii/angular-timer">View on Github</a></li>
|
100 |
| - <li><a target="_new" href="https://github.com/siddii/angular-timer/archive/master.zip">Download</a></li> |
101 |
| - <li> |
102 |
| - <a href="index.html#contribute">Contribute</a></li> |
| 100 | + <li><a target="_new" href="https://github.com/siddii/angular-timer/archive/master.zip">Download</a> |
| 101 | + </li> |
| 102 | + <li> |
| 103 | + <a href="index.html#contribute">Contribute</a></li> |
103 | 104 | </ul>
|
104 | 105 | </li>
|
105 | 106 | </ul>
|
106 |
| - </div><!--/.nav-collapse --> |
| 107 | + </div> |
| 108 | + <!--/.nav-collapse --> |
107 | 109 | </div>
|
108 | 110 | </div>
|
109 | 111 | </div>
|
@@ -307,7 +309,5 @@ <h3>Plain JavaScript</h3>
|
307 | 309 |
|
308 | 310 | <script src="docs/prettify.js"></script>
|
309 | 311 | <script src="docs/application.js"></script>
|
310 |
| - |
311 |
| - |
312 | 312 | </body>
|
313 | 313 | </html>
|
0 commit comments