mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(forms): fix formatting
This commit is contained in:
parent
af9c20c07d
commit
2d66ccd593
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>
|
||||
function Controller($scope) {
|
||||
$scope.master= {};
|
||||
$scope.master = {};
|
||||
|
||||
$scope.update = function(user) {
|
||||
$scope.master= angular.copy(user);
|
||||
$scope.master = angular.copy(user);
|
||||
};
|
||||
|
||||
$scope.reset = function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue