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 94745f6274
commit ae26ed994e

View file

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