Skip to content

Commit

Permalink
Remove obsolete object from scope
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Sep 7, 2015
1 parent e841dd8 commit 3f425c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/app/modules/sandbox/controllers/sandbox.forms.ctrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ angular.module('com.module.sandbox')
}
}];

$scope.formOptions = {};

$scope.onSubmit = function (data) {
CoreService.alertSuccess('Good job!', JSON.stringify(data, null, 2));
};
Expand Down

0 comments on commit 3f425c1

Please sign in to comment.