TJ Moretto

Results 4 comments of TJ Moretto

I use this control within Ember like this: views\application_view.js.coffee ``` coffeescript EmberApp.DateTimePickerField = Em.View.extend templateName: 'datetimepicker' didInsertElement: -> self = this log "self in DateTimePickerField", self log "valueBinding", self.valueBinding onChangeDate...

@saturday can you give this a try: ``

Unfortunately, I have not yet found a solution. I took out motion-bundler until I have more time to look into it.

@assimovt you can still achieve this and use this gem. To do this, you need to setup your routes with a locale scope or simply use this other gem (works...