Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ae26ed9

Browse files
keirpetebacondarwin
authored andcommitted
docs(forms): fix formatting
1 parent 94745f6 commit ae26ed9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/content/guide/forms.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ This ensures that the user is not distracted with an error until after interacti
9393

9494
<script>
9595
function Controller($scope) {
96-
$scope.master= {};
96+
$scope.master = {};
9797

9898
$scope.update = function(user) {
99-
$scope.master= angular.copy(user);
99+
$scope.master = angular.copy(user);
100100
};
101101

102102
$scope.reset = function() {

0 commit comments

Comments
 (0)