angularjs - html select option have issue using angular.js -


i have problem > http://jsfiddle.net/wwno55hj/109/ want stay 2 string: true , false. if $scope.readonly = true; in html selected must true , if $scope.readonly = false; in html selected must false.

ngselected used in <option> not <select>.

https://docs.angularjs.org/api/ng/directive/ngselected

see this: http://jsfiddle.net/wwno55hj/112/


Comments

Popular posts from this blog

Capture and play voice with Asterisk ARI -

c++ - Can not find the "fiostream.h" file -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -