Thanks to visit codestin.com Credit goes to github.com
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 ac70ec0 commit 8a7240dCopy full SHA for 8a7240d
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