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 e8066c4b4c
commit 4adc44a3d1

View File

@@ -136,7 +136,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 />