All Questions
7 questions
-1
votes
1
answer
982
views
Angular custom directive to use an if condition in ng-repeat
I am using panels to display the response which is dynamic in nature. I want to differentiate the panels using 2 different colors i.e., if the response has a status of positive, the panel or panel's ...
0
votes
1
answer
311
views
Why bootstrap uib dropdown won't work with the select element
When I run my angularJS (ver 1.4.9) app without the uib-.. directives, the select works but displays the items already open and the button does nothing.
It won't integrate with the dropdown menu ...
11
votes
4
answers
3k
views
Datepicker-popup formatting not working when value set initially in scope
I am using the Angular UI bootstrap date picker popup using this custom directive on Plunker (http://plnkr.co/edit/053VJYm1MpZUiKwFTfrT?p=preview):
//Module
var userModule = angular.module("...
1
vote
1
answer
698
views
Issue with carousel in modal using ngAnimate and angular-ui
I am updating this question to fit better the topic, looks like there's a conflict between Angular v1.4.8, Angular Animate 1.4.8 and Angular Bootstrap 0.14.3, after including ngAnimate as dependency ...
3
votes
2
answers
3k
views
Add attribute directive inside directive in angular
I'm creating a validation directive in angular and I need to add a tooltip to the element the directive is bound to.
Reading thru the web I found this solution setting a high priority and terminal ...
2
votes
2
answers
5k
views
Clear the ng-model asssociated to textarea inside Angular Bootstrap UI tabset form an outside button
I have used angular bootstrap ui tabset to create two tabs and both of the tabs have textareas associated with a ng-model, i have a clear button outside the tabset and i want to clear the ng-model of ...
-1
votes
1
answer
187
views
typeahead not working with lower version of ui bootstrap
Here is the plunker link if you changed the version of
<script src="//angular-ui.github.io/bootstrap/ui-bootstrap-tpls-0.4.0.js"></script> to
ui-bootstrap-tpls-0.6.0.js, it works fine ...