docs(forms): fix formatting

This commit is contained in:
Keir Mierle 2013-04-21 16:58:45 -07:00 committed by Pete Bacon Darwin
parent af9c20c07d
commit 2d66ccd593

View file

@ -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() {