We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af9c20c commit 2d66ccdCopy full SHA for 2d66ccd
1 file changed
docs/content/guide/forms.ngdoc
@@ -93,10 +93,10 @@ This ensures that the user is not distracted with an error until after interacti
93
94
<script>
95
function Controller($scope) {
96
- $scope.master= {};
+ $scope.master = {};
97
98
$scope.update = function(user) {
99
- $scope.master= angular.copy(user);
+ $scope.master = angular.copy(user);
100
};
101
102
$scope.reset = function() {
0 commit comments