ClickerMonkey / SemanticUI-Angular

Angular Directives for Semantic UI
http://clickermonkey.github.io/SemanticUI-Angular/examples/
MIT License
56 stars 28 forks source link

Fixed getDefaultText + value/label binding related exception #29

Closed DoctorGester closed 6 years ago

DoctorGester commented 6 years ago

getDefaultText throws an exception every time dropdown value is updated when label/value bindings are present because it passes an object into the html sanitizer instead of a translated value.