Closed avalanche1 closed 8 years ago
template(name="signUp") +dropdown type='metro' +dropdown type='district' template(name="dropdown") .ui.dropdown
ViewModel.find('dropdown', (vm)-> vm.type() is 'metro') correctly returns the 1st dropdown vm. ViewModel.findOne('signUp').children('dropdown', (vm)-> vm.type() is 'metro') returns arr of two VMs...
ViewModel.find('dropdown', (vm)-> vm.type() is 'metro')
ViewModel.findOne('signUp').children('dropdown', (vm)-> vm.type() is 'metro')
Pick up v4.0.13
ViewModel.find('dropdown', (vm)-> vm.type() is 'metro')
correctly returns the 1st dropdown vm.ViewModel.findOne('signUp').children('dropdown', (vm)-> vm.type() is 'metro')
returns arr of two VMs...