|
@@ -24,6 +24,7 @@
|
|
|
var App = require('app');
|
|
|
require('views/common/controls_view');
|
|
|
|
|
|
+//TODO should use only "serviceConfig" binding instead of "config"
|
|
|
App.PlainConfigTextField = Ember.View.extend(App.SupportsDependentConfigs, App.WidgetPopoverSupport, App.ValueObserver, {
|
|
|
templateName: require('templates/common/configs/widgets/plain_config_text_field'),
|
|
|
valueBinding: 'config.value',
|