A set of AngularJS directives based on Twitter Bootstrap's markup and CSS

learn more… | top users | synonyms

2
votes
1answer
69 views

Angular-UI-Bootstrap custom tooltip/popover with 2-way data-binding

I am using angular-ui-bootstrap in my current project, and I have a requirement for a popover that will allow the user to take some action on a given element (rename/edit/delete/etc...). Since ...
1
vote
1answer
136 views

Angular UI Bootstrap popover with close button

I am using Angular UI Bootstrap to create a popover but unable to find an option to add a close button inside the popover. I customized the popover template to include the close button but unable to ...
1
vote
1answer
77 views
+50

AngularJS & UI - Can't access form outside when inside tab

I'm using AngularJS version 1.0.5 and Angular UI (Bootstrap) 0.4.0. I'm trying to integrate 2 features: the tabs of the UI and the forms of Angular. I have nested forms. One form (outerForm) wraps ...
1
vote
1answer
29 views

AngularUI Typeahead + Model value change

I have a textbox for which i suggest cities. I have used angualar-ui typeahead for suggestions. Now everything seems to be working fine. Just that when i reset form through angular using ...
0
votes
1answer
29 views

Is there a cleaner way to use angular ui nested routes with ui-router?

I'm getting into Angular and have found several great uses for it. I built a custom navigation for a client using the Angular UI-Router. It's very straight forward, but I'm wondering if there's a ...
2
votes
2answers
673 views

Angular UI Bootstrap Dialog Width

The Angular UI Bootstrap Dialog is easy to implement, but difficult to customise. How on earth do you change the width? Or even max-width? http://angular-ui.github.com/bootstrap/#/dialog I've tried ...
0
votes
0answers
48 views

Angular-UI $dialog and form submit on enter key

From what I can see, the recomended way to handle enter key in dialogs in AngularJS is to place a <form> tag and a submit button inside the dialog. Fair enough, but if you use Angular-UI and ...
0
votes
3answers
59 views

AngularJS/UI - Focus input in dialogs

Is there any way to set focus in input controls using AngularJS/Angular-UI ? I saw that Angular-UI has some Jq-UI=focus directive but I'm unable to get it to work. I have a few dialogs that I ...
0
votes
0answers
20 views

How to create a closeable tab in angularjs UI-Bootstrap

I want to create closeable tabs (like chrome tab or firefox tab, which has a small "x" on every tab). How to configure the ready-made tab component in UI-Bootstrap to add this functionality? Thanks.
0
votes
0answers
35 views

Customising Angular UI Bootstrap's tooltip widget

I need to show a popup panel when the user moves the mouse over a grid row in an AngularJS application. The panel will display a detail view of the data in the row. The markup will be derived by ...
0
votes
1answer
26 views

UI-bootsrap collapse doesn't work

I have angular application with ui-bootsrap module. I'm trying to use ui.bootstrap.collapse element. My controller: function LoggerController($scope){ $scope.isCollapsed = false; ...
0
votes
1answer
19 views

Ui-Bootstrap Datepicker javascript error : Type Error has no method 'getFullYear'

I am trying to set a default date for ui bootstrap datepicker. The dates are coming from json and are in Unix timestamp format. [ { "type": "date", "name": "date 1", "value": 1375907474 }, ...
0
votes
1answer
55 views

how to pass an object to a directive template in angularjs?

I am trying to make a re-usable directive with ui-bootstrap modal. It's almost working except the options here is the directive : directive('update', function() { return { restrict: "E", ...
0
votes
2answers
62 views

angular directive to call UI Bootsrap modal

I am trying to make a directive to call a modal (with bootstrap-ui) to update some properties. the modal content would be different depending on where it's called from. updated I made a plunker to ...
0
votes
1answer
34 views

Include link in angular-ui bootstrap alerts?

How do I include links in an angular-ui bootstrap alert? Attempt: ![alert][1] http://plnkr.co/edit/QkewqbPkuzBvMrePERyV?p=preview

1 2 3 4 5
15 30 50 per page