docs(guide/forms): fix controller name in example

The "Binding to form and control state" sample had the wrong controller name

Closes #8206
This commit is contained in:
Max
2014-07-15 17:28:06 +02:00
committed by Peter Bacon Darwin
parent 2f960f1530
commit 2a8493f40c

View File

@@ -134,7 +134,7 @@ This allows us to extend the above example with these features:
<example module="formExample">
<file name="index.html">
<div ng-controller="Controller">
<div ng-controller="ExampleController">
<form name="form" class="css-form" novalidate>
Name:
<input type="text" ng-model="user.name" name="uName" required /><br />