Skip to content

Commit 3f425c1

Browse files
committed
Remove obsolete object from scope
1 parent e841dd8 commit 3f425c1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

client/app/modules/sandbox/controllers/sandbox.forms.ctrl.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ angular.module('com.module.sandbox')
5353
}
5454
}];
5555

56-
$scope.formOptions = {};
57-
5856
$scope.onSubmit = function (data) {
5957
CoreService.alertSuccess('Good job!', JSON.stringify(data, null, 2));
6058
};

0 commit comments

Comments
 (0)