You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
I have a problem were am using the formatResult option returning a string that has html with gravatar-src directive, it's not working and I couldn't attach the ng-bind-html to the option element because I don't have access to the value yet before page load, code is below.
<!-- template --><selectui-select2="statusSelectOptions" name="" id="" ng-model="defaultStatus" ng-change="statusChange()"><optionng-repeat="statue in issue.status" value="{{statue.id}}">{{statue.name}}</option></select>
I have a problem were am using the formatResult option returning a string that has html with gravatar-src directive, it's not working and I couldn't attach the ng-bind-html to the option element because I don't have access to the value yet before page load, code is below.
The text was updated successfully, but these errors were encountered: