Skip to content

Commit 0d83037

Browse files
committed
more examples
1 parent d76d7d5 commit 0d83037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/plain-javascript.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
</script>
1616
</head>
1717
<body>
18-
<div ng-controller="MyAppController">
18+
<div>
1919
<h2>Plain JavaScript - Timer Example</h2>
20-
<h3 ng-app="timer"><timer/></h3>
20+
<h3><timer ng-app="timer"/></h3>
2121
<button onclick="startTimer()">Start Timer</button>
2222
<button onclick="stopTimer()">Stop Timer</button>
2323
</div>

0 commit comments

Comments
 (0)