-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (28 loc) · 901 Bytes
/
index.html
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
32
33
34
35
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
</head>
<body>
<div ng-app="twitterApp">
<div ng-controller="AppCtrl">
<div enter="deleteTweets()" >Roll over to lead more tweets</div>
<accordion ng-repeat = "expander in expanders">
<div show-details details-title="{{expander.title}}">{{expander.text}}</div>
</accordion>
<div >Test</div>
<!--<div ng-controller="timeDate">-->
Format: <input ng-model="format"/>
Current date:<div current-time="format">{{time}}</div>
<!--</div>-->
<kid done="choreDone(chore)"></kid>
</div>
<superhero >Hallo</superhero>
<superhero >Zwei
<div speed>Test here</div></superhero>
</div>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.1/angular.min.js"></script>
<script src="main.js"></script>
</body>
</html>