mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-21 01:57:06 +08:00
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:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user