We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79dc95c commit e4415d2Copy full SHA for e4415d2
docs/content/guide/forms.ngdoc
@@ -154,10 +154,10 @@ This allows us to extend the above example with these features:
154
155
<script>
156
function Controller($scope) {
157
- $scope.master= {};
+ $scope.master = {};
158
159
$scope.update = function(user) {
160
- $scope.master= angular.copy(user);
+ $scope.master = angular.copy(user);
161
};
162
163
$scope.reset = function() {
0 commit comments