Skip to content

Commit d83d94b

Browse files
committed
minor cleanup
1 parent a505f17 commit d83d94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/angularjs-timer-with-events.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<script src="../app/js/timer.js"></script>
77
<script>
88
angular.module('MyApp', ['timer']);
9-
function PollingController($scope, timerConsolePrefix) {
9+
function PollingController($scope) {
1010
$scope.timerRunning = true;
1111
$scope.timerConsole = '';
1212

0 commit comments

Comments
 (0)