Tagged Questions
0
votes
2answers
34 views
How to design a dynamic progress bar with stages and scalable input with angularjs?
I am trying to develop a progressive bar for fund raising activities. The minimum value is the value for the activity to take place and the maximum value is the max fund it can take. It will be the ...
0
votes
1answer
17 views
Using angular-ui to expand/collapse a div from/to the right edge of the viewport
I'm working on creating a "drawer" div that will appear and disappear with a transition from the right side of the browser window. I'm using Angular-UI-Bootstrap's collapse directive, modified with ...
0
votes
2answers
36 views
Glyphicon issue on alternating row disapears
I am trying to create a table which binds its data via Angular. I am tasked with adding a pencil glyphicon to each row to show that the row is editable. The problem I am running into is if I use the ...
0
votes
1answer
41 views
Angular accordion and popover overlay
I'm using http://angular-ui.github.io/bootstrap/ accordion and popover inside accordion.
But Popover and accordion creates overlay and popover block displays only inside accordion.
Html code:
...
0
votes
1answer
31 views
Cannot set z-index on Angular UI dropdown-menu inside ng-grid
The problem is I cannot get dropdown menu to show on top of ng-grid. I've even tried manually setting the z-index property on every element via FireBug but still cannot get it to work.
I'm hoping ...
0
votes
2answers
112 views
How to set the default tab in bootstrap
I have a question regarding my angular bootstrap ui
I have something like
<div class="container" ng-controller='sCtrl'>
<tabset id='tabs'>
<tab heading="Title1" >
...
-2
votes
1answer
49 views
ui.boostrap accordion container width issue
THIS PLUNKER REFERS
I'm having an issue using ng-Grid inside a ui.bootstrap accordion. Take a look at my Plunker to see the issue in action.
Essentially, when placing a grid inside an accordion with ...
-1
votes
2answers
40 views
how to fix the form-control width?
I've the following code in HTML:
<div class="col-sm-12">
<div ng-repeat="param in plugin.wsdlURLs track by $index" class="col-sm-12">
<select class="form-control col-sm-4" ...
0
votes
2answers
41 views
Making tabs right to left with angularUI
I'm using angularUI to make tabs
<tabset>
<tab
ng-repeat="t in tabs"
heading="{{t.heading}}"
select="go(t.route)"
active="t.active">
</tab>
...
0
votes
2answers
136 views
Modal service in AngularJS that allows me to resize the size of the modal popup
I'm writing an AngularJS app. I need to open a particular modal popup that is big in size. Is there any AngularJS library out there that allows me to open a modal popup according to my specification ? ...
0
votes
1answer
74 views
Best way to override default dropdown-menu css in Twitter Boostrap with Angular JS
I have a twitter bootstrap web template that I'm integrating with angular ui to develop a SPA. I have been able to do this integration to some level but I want to override the default css that Twitter ...
1
vote
2answers
55 views
change type password style to none with angular
I have a doubt,
I'd like to put in my application a check box, to show or hide the text of a password's input
HTML
<input type="text" ng-model="data.username" placeholder="username" ...
0
votes
0answers
27 views
Angularui datepicker doesn't work with bootstrap 3.02
I'm using angularui with bootstrap 3.02 and the datepicker doesn't render properly. It shows only a portion of the days in the months. Has there been a fix for this?
0
votes
1answer
47 views
ng-repeat did not show same as type each manually on screen
Yesterday, I see this question on the stackoverflow:
No spacing between bootstrap-labels with ng-repeat
The Question owner only want to get a solution , so I open a new question to ask cause.
Here ...
0
votes
0answers
60 views
Isolate twitter bootstrap to ngApp
I'm working on an application which runs inside another site (SharePoint). My application is trying to use the modal dialog box to add new users and other things that's need modal boxes later on. For ...
0
votes
2answers
439 views
How can you prevent the Bootstrap UI Tabs component from stacking vertically when tabs are added such that they overflow the width of the container?
What I'd like to do is use the bootstrap ui tabs component and make it work such that as tabs are added, the parent div container will just expand where the overflow is hidden and the tabs don't stack ...
1
vote
0answers
121 views
Content of bootstrap popover doesn't fit its shape (Android)
In my web application I use popovers (from ui-bootstrap). Everything works correctly, but I noticed some problems on Android. The problem is that text (content) of popover doesn't fit its shape. Text ...
0
votes
1answer
1k views
Angular - UI Bootstrap Datepicker not displaying over Bootstrap Modal
I have an Angular app that I am using UI Bootstrap. I have a modal with a Datepicker at the bottom of the modal. When expand the Datepicker, it stays inside the modal. I have tried changed the ...
0
votes
0answers
162 views
how to make accordion stay open in Angular.js and ui-bootstrap and without jquery?
I am currently use angular for my project, and use ui-bootstrap to make some modules.
Now I have a problem, I use accordion directive from ui-bootstrap, but, when I click a link in a accordion ...
1
vote
0answers
164 views
Opacity and Angular UI Dropdown Toggle
I have a really annoying problem with opacity settings combined with Angular Ui Bootstrap. I have a table with a dropdown toggle in each row. When I hover over the rows, the opacity settings change on ...
0
votes
0answers
131 views
Conditional dropdown in responsive nav bar
I'm using bootstrap to make a responsive navbar. I like how the dropdown looks in general but it looks repetitive when the navbar is collapsed (as part of bootstraps responsive navbar).
Is there a ...
3
votes
1answer
1k views
Why doesn't cursor change to pointer/hand on Tabs, Pagination, Dropdown Toggle etc in angular-ui-bootstrap?
I have to add the following code:
<style type="text/css">a {cursor:pointer;}</style>
to make cursor change to pointer/hand on links for Tabs, Pagination, Dropdown Toggle etc.. in ...