All Questions
2 questions
0
votes
2
answers
5k
views
Change Angular Timepicker font size
I'm using the angular bootstrap timepicker but I cannot seem to change the font size which cuts off some of the text like below:
HTML:
<div class="col-md-1">
<div class="...
0
votes
1
answer
865
views
Getting angular-bootstrap modal working with angular-1.3
Has anyone had any luck getting angular-bootstrap modals working in angular-1.3.x?
My modals work completely fine in angular-1.2.x. However when I upgrade to angular-1.3.11 the modals don't appear.
...