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
In the below example, the text "Ignore", "Not interested", "Invalid schedule" and "Other" is right aligned within the menu itself. http://jsfiddle.net/TWiStErRob/2GR7D
<divclass="modal-footer"><divclass="btn-group dropup"><buttontype="button" class="btn btn-warning" ng-click="ignore(undefined')">Ignore</button><buttontype="button" class="btn btn-warning dropdown-toggle" data-toggle="dropdown"><spanclass="caret"></span><spanclass="sr-only">Ignore</span></button><ulclass="dropdown-menu pull-right" role="menu"><li><ahref="#" ng-click="ignore(undefined)" title="Just ignore this one.">Ignore</a></li><liclass="divider"></li><li><ahref="#" ng-click="ignore('uninteresting')" title="I don't like the looks.">Not interested</a></li><li><ahref="#" ng-click="ignore('timing')" title="The timings does not fit my life schedule.">Invalid schedule</a></li><liclass="divider"></li><li><ahref="#" ng-click="ignore('other')" title="I have my own reasons!">Other</a></li></ul></div><buttonclass="btn btn-success" ng-click="ok()" ng-disabled="viewForm.$invalid">Add</button><buttonclass="btn btn-danger" ng-click="cancel()">Cancel</button></div>
I'm not sure if it's correct but I'd expect them to be left aligned:
In the below example, the text "Ignore", "Not interested", "Invalid schedule" and "Other" is right aligned within the menu itself.
http://jsfiddle.net/TWiStErRob/2GR7D
I'm not sure if it's correct but I'd expect them to be left aligned:
The text was updated successfully, but these errors were encountered: