mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-13 09:13:12 +00:00
docs(forms): fix formatting
This commit is contained in:
parent
94745f6274
commit
ae26ed994e
1 changed files with 2 additions and 2 deletions
|
|
@ -93,10 +93,10 @@ This ensures that the user is not distracted with an error until after interacti
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
function Controller($scope) {
|
function Controller($scope) {
|
||||||
$scope.master= {};
|
$scope.master = {};
|
||||||
|
|
||||||
$scope.update = function(user) {
|
$scope.update = function(user) {
|
||||||
$scope.master= angular.copy(user);
|
$scope.master = angular.copy(user);
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.reset = function() {
|
$scope.reset = function() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue