Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 2a8493f

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 #8206
1 parent 2f960f1 commit 2a8493f

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
@@ -134,7 +134,7 @@ This allows us to extend the above example with these features:
134134

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

0 commit comments

Comments
 (0)