mirror of
https://github.com/nasa/openmct.git
synced 2025-06-20 08:03:49 +00:00
[Plot] Fixed jsLint, removed onchange
Removed ngChange from mct-control Removed ng-change
This commit is contained in:
@ -146,7 +146,6 @@ define(
|
||||
*/
|
||||
PlotOptionsController.prototype.updateConfiguration = function() {
|
||||
var self = this;
|
||||
console.log('form values changed');
|
||||
this.domainObject.useCapability('mutation', function(model){
|
||||
model.configuration = model.configuration || {};
|
||||
model.configuration.plot = self.configuration.plot;
|
||||
|
Reference in New Issue
Block a user