ember.js - Multiple view select helpers on one page have conflicting value -


i need multiple selects:

{{view "select" content=contentdata optionvaluepath="content.id" optionlabelpath="content.name" value=model.primary.id}} {{view "select" content=contentdata optionvaluepath="content.id" optionlabelpath="content.name" value=model.secondary.id}} 

the problem selected value in second 1 same in first one. if comment 1 out second 1 work expected.

initially though 1 instance created. documentation says otherwise.

i found issue. contentdata shouldn't promise.


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -