-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path:w
More file actions
31 lines (28 loc) · 983 Bytes
/
:w
File metadata and controls
31 lines (28 loc) · 983 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<div class="container">
<div>
<acme-navbar creation-date="main.creationDate"></acme-navbar>
</div>
<div class="row">
<div class="large-12 large-text-center columns">
<div class="panel">
<h1>'Allo, 'Allo!</h1>
<img src="assets/images/yeoman.png" alt="I'm Yeoman"><br>
<p>Always a pleasure scaffolding your apps.</p>
<p class="animated infinite" ng-class="main.classAnimation">
<a href="#" class="button success" ng-click="main.showToastr()">Splendid Toastr</a>
</p>
<p>
With ♥ thanks to the contributions of<acme-malarkey extra-values="['Yeoman', 'Gulp', 'Angular']"></acme-malarkey>
</p>
</div>
</div>
</div>
<div class="row">
<div class="large-12 large-text-center columns">
<div class="panel">
<h1>Testing THe directive here</h1>
<async-script src="{{main.src}}" done="main.done" fail="main.fail" />
</div>
</div>
</div>
</div>