Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
123 views

Why do I get a nonassign error in the angular-bootstrap tabset?

<tabset class="paygrade-tabs"> <tab ng-repeat="tab in rps.currentPayGrade | orderBy: 'payGrade.code' : true track by $index" ng-click="changeTab(tab)" active="activeTabId === tab.id"> ...
Shamoon's user avatar
  • 43.9k
1 vote
3 answers
7k views

Angular ui timepicker pop up not showing up

The following code not showing up pop up timepicker. Any idea how to fix? Code: <ul class="dropdown-menu custom-scroll dropDownLabel custom-width" role="menu" aria-labelledby="btn-append-to-...
Smitha's user avatar
  • 6,114