Tagged Questions
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" >
...
0
votes
0answers
8 views
$animate bootstrap alert <alert> inside a service
I am having a service which will be showing an alert incase of unhandled exceptions.
I need to use the bootstrap alert for this purpose.So i am animating a div which has the
.service(....
...
1
vote
0answers
131 views
Bootstrap AngularJS carousel: how to let slides cover full page width?
I'm implementing my first angular.js web site (mobile compatible).
I use bootstrap ui carousel.
I would like to create a carousel whose slides occupy the whole page width (as in this example: ...
0
votes
1answer
256 views
No module and Modernizr error when adding angular to requirejs
Im trying to add AngularJS to my web application which already makes use of RequireJS. When loading my test page, i am seeing:
1) Error: No module: MyApp
...
0
votes
2answers
265 views
Bootstrap: Set table column width for small devices
How do I set a column width of a table for smaller devices? I am using boostrap3.
Here is my code:
<div class="table-responsive" style="overflow: auto; height:350px;">
<table ...
-2
votes
1answer
31 views
input tag required check gives tooltip : Angularjs
If i add the required field to the input tag or use the email validation on the input tag in angularjs, I get a tooltip. I want to remove this. I am using bootstrap.
How do i do it?
0
votes
1answer
2k views
Dropdown Toggle with AngularJS That Closes on Click Elsewhere
Implementing a simple dropdown directive that uses ng-show to show or hide a menu is trivial in AngularJS. I want to also close the menu if the user clicks elsewhere in the screen after having opened ...
4
votes
1answer
98 views
Making a typeahead with angularJS
I currently use AngularJS and Bootstrap.
I want to make a typeahead which show all options when he is selected (when I click on it) not only when I wrote somthing on it. like the example on this site ...
3
votes
1answer
750 views
Make an accordion with angularjs/ui-bootstrap an using the ng-model
I use angularJs and bootstrap. I have made an accordion where I have put a select for choose the value of the filter and the data-ng-model which doesn't work (the select works if he is not in an ...
0
votes
1answer
443 views
Angular-ui Bootstrap tooltips not showing in ng-repeat (node-webkit app)
I'm new to angular.js and node-webkit, and I'm struggling to make bootstrap tooltips work in content dynamically loaded via ng-repeat.
First, I've tried using standard bootstrap and did the following ...
0
votes
2answers
68 views
Getting selected option in AngularJS
I am generating a thumbnail list of photos (using ng-repeat), and under each one of these photos I have two buttons, one to view more details and another to purchase.
I am finding a problem how to ...
0
votes
1answer
73 views
Angular ui.boostrap - passing a slide number into the carousel
I'm trying to figure out how to pass a slide number into the ui.bootstrap carousel. In the Plunker below, I have two buttons - one which simply opens a modal which contains a slide carousel. The ...