fixing up personalLog app

This commit is contained in:
Igor Minar
2011-01-04 16:39:05 -08:00
parent b2631f6170
commit 67d064820c
2 changed files with 4 additions and 5 deletions

View File

@@ -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" />