In my form page I have one Bootstrap glyphicon
<i class="glyphicon glyphicon-info-sign" title="" style="float:right; top:4px;"></i>
I want to set the value of ng-model="organization.orgName"
inside title=""
of the Bootstrap glyphicon. So that I can see the info when I am doing mouse over on this icon.
So please help me how can I do this. I am using AngularJS and Bootstrap v3.3.7.