diff options
Diffstat (limited to 'example/personalLog/personalLog.html')
| -rw-r--r-- | example/personalLog/personalLog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/personalLog/personalLog.html b/example/personalLog/personalLog.html index 6915b9a0..9d3af77d 100644 --- a/example/personalLog/personalLog.html +++ b/example/personalLog/personalLog.html @@ -9,7 +9,7 @@ <!-- TODO: we need to expose $root so that we can delete cookies in the scenario runner, there must be a better way to do this --> - <body ng:controller="example.personalLog.LogCtrl" ng:init="$window.$root = $root"> + <body ng:controller="example.personalLog.LogCtrl"> <form action="" ng:submit="addLog(newMsg)"> <input type="text" name="newMsg" /> |
