Matt McGinnis
Matt McGinnis
Despite the instructions to not use async: true on associations, that is the only thing that makes them load correctly for me.
I am also seeing this issue and have confirmed that @mriska 's fix works. So, to clarify, this is part of a multi-step form wizard with next and back buttons....
I tried to re-create it in a twiddle with no success. I now believe it has something to do with ember-bootstrap-cp-validations but can't get ember-bootstrap to load in the twiddle....
I'm using ember 1.1.2. I built the latest version of epf and have a different error now. ``` Error while loading route: TypeError {} Uncaught TypeError: Cannot call method 'objectAt'...
@torkins No, sorry I was just evaluating to create a demo and didn't pursue it further.
Any plans to merge this?
I've been testing this (merged with current master) and the only issue I have is that the camera is not pointed in the correct heading. I'm working on a way...
Anyone ever find a work-around for this?
FYI, here's a hack that works: ``` javascript //components/input-mask.js keyUp: function() { this.set('unmaskedValue', this.$().inputmask('unmaskedvalue')); }, ```