|
@@ -46,6 +46,10 @@ App.ServiceConfigPopoverSupport = Ember.Mixin.create({
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
|
|
|
|
+ willDestroyElement: function() {
|
|
|
|
+ this.$().popover('destroy');
|
|
|
|
+ },
|
|
|
|
+
|
|
readOnly: function () {
|
|
readOnly: function () {
|
|
return !this.get('serviceConfig.isEditable');
|
|
return !this.get('serviceConfig.isEditable');
|
|
}.property('serviceConfig.isEditable')
|
|
}.property('serviceConfig.isEditable')
|