|
@@ -63,7 +63,7 @@ App.MainServiceInfoConfigsController = Em.Controller.extend(App.ServerValidatorM
|
|
|
|
|
|
isCurrentSelected: function () {
|
|
|
return App.ServiceConfigVersion.find(this.get('content.serviceName') + "_" + this.get('selectedVersion')).get('isCurrent');
|
|
|
- }.property('selectedVersion', 'content.serviceName'),
|
|
|
+ }.property('selectedVersion', 'content.serviceName', 'dataIsLoaded'),
|
|
|
serviceConfigs: function () {
|
|
|
return App.config.get('preDefinedServiceConfigs');
|
|
|
}.property('App.config.preDefinedServiceConfigs'),
|