javascript - Change select input the angular way -


i have select input ng-change attribute. in controller use hotkeys module , bind shortcut keys function selects 1 of options of element. reason i'm not setting underlying model element has ng-change wish invoke. tried setting selectedindex, doesn't cause change (not result of underlying model) except element. tried wrap in $apply , got error. tried use $timeout no delay parameter, , didn't either.


Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -