Compare commits

...

2 Commits

Author SHA1 Message Date
ace886811a Removed ngChange from mct-control 2016-02-09 21:15:31 -08:00
f45b659fab [Plot] Fixed jsLint, removed onchange 2016-02-09 21:08:15 -08:00
3 changed files with 0 additions and 6 deletions

View File

@ -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;

View File

@ -40,7 +40,6 @@ define(
*/
this.xAxisForm = {
'name':'x-axis',
'onchange': onchange,
'sections': [{
'name': 'x-axis',
'rows': [
@ -59,7 +58,6 @@ define(
this.yAxisForm = {
'name':'y-axis',
'onchange': onchange,
'sections': [{
// Will need to be repeated for each y-axis, with a
// distinct name for each. Ideally the name of the axis
@ -98,7 +96,6 @@ define(
};
this.plotSeriesForm = {
'name':'Series Options',
'onchange': onchange,
'sections': [
{
rows: [

View File

@ -97,8 +97,6 @@ define(
// Set of choices (if any)
options: "=",
ngChange: "&",
// Structure (subtree of Form Structure)
structure: "=",