Skip to content

Commit e4415d2

Browse files
anthonypt87petebacondarwin
authored andcommitted
docs(forms.ngdoc): fix spacing in example
Closes angular#3930
1 parent 79dc95c commit e4415d2

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)