bootstrap-for-ember icon indicating copy to clipboard operation
bootstrap-for-ember copied to clipboard

hasPrev not updating

Open joshpfosi opened this issue 11 years ago • 1 comments

Hi,

I am using your wizard programmatically using the code exactly as shown in the demo and the previous and finish buttons never appear. I have narrowed it down to the Bootstrap.BsWizardComponent hasPrev and isLast fields are not getting called upon change in currentStepIdx, in spite of their .property('currentStepIdx')...

Not sure why this is happening as my experience with Ember suggests that this should precisely update these values when the ID changes, which is exactly what isn't happening.

joshpfosi avatar Aug 01 '14 13:08 joshpfosi

@joshpfosi I submitted a similar issue (#158) about a month ago and haven't gotten a response. I've "narrowed" it down to something that changed between Ember 1.4 and Ember 1.5 but have not had the time to investigate further. I think it has something to do with the ContainerView but am not totally sure.

ultimatemonty avatar Aug 14 '14 18:08 ultimatemonty