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

Commit 8a7240d

Browse files
anthonypt87petebacondarwin
authored andcommitted
docs(forms.ngdoc): fix spacing in example
Closes #3930
1 parent ac70ec0 commit 8a7240d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/guide/forms.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,10 @@ This allows us to extend the above example with these features:
154154

155155
<script>
156156
function Controller($scope) {
157-
$scope.master= {};
157+
$scope.master = {};
158158

159159
$scope.update = function(user) {
160-
$scope.master= angular.copy(user);
160+
$scope.master = angular.copy(user);
161161
};
162162

163163
$scope.reset = function() {

0 commit comments

Comments
 (0)