Skip to content

Commit 4adc44a

Browse files
mxabpetebacondarwin
authored andcommitted
docs(guide/forms): fix controller name in example
The "Binding to form and control state" sample had the wrong controller name Closes angular#8206
1 parent e8066c4 commit 4adc44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/forms.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ This allows us to extend the above example with these features:
136136

137137
<example module="formExample">
138138
<file name="index.html">
139-
<div ng-controller="Controller">
139+
<div ng-controller="ExampleController">
140140
<form name="form" class="css-form" novalidate>
141141
Name:
142142
<input type="text" ng-model="user.name" name="uName" required /><br />

0 commit comments

Comments
 (0)