376 questions
1
vote
0
answers
111
views
using mgcrea.ngStrap - AngularJS
I am having a discussion with my colleague, who is emphasizing on using
$('#createModal').modal('show');
instead of the above plugin.
I am creating the modal via code below:
$scope.createModal = $...
0
votes
1
answer
272
views
How to capture the closing event of an aside when clicked outside or ESC in AngularJS?
I have a case where in which 2 asides are loaded and I have to clear a variable when the aside is closed pressing ESC or by clicking outside the aside.
I searched online and found that the following ...
0
votes
1
answer
337
views
TemplateCache of NPM Modules not loading (AngularJS 1.X and Webpack)
I created a angular 1.x project using fountain-angular yeoman generator with webpack for module management.
I then added angular-strap as a dependency to this project.
Now when i try to use angular-...
0
votes
0
answers
293
views
angular strap modal on hide event
Currently, I m trying to fire an event when I close my modal. I found this plunker with the functionality what I want to create. When I try to recreate this plunker in my own js file, it doesn't seem ...
0
votes
1
answer
136
views
angular strap typeahead filter otions issue
I am trying to use typeahead from angular strap.
I have array for typeahead:
`$scope.icons = [
{value: 'idGear', label: 'Gear'},
{value: 'idGlobe', label: 'Globe'},
{value: 'oidHeart', ...
2
votes
0
answers
116
views
best way to load angular-strap modules selectively?
I want to avoid including the whole library into my application:
i.e. <script src="//cdnjs.cloudflare.com/ajax/libs/angular-strap/v2.3.8/angular-strap.min.js"></script>
For instance, I ...
2
votes
0
answers
111
views
Angularstrap Select - long lists cannot scroll on the ipad
It looks like for long list the dropdown menu cannot be scrolled on an ipad. How can I make it scrollable? I have tried to create a template too with no luck.
http://plnkr.co/edit/...
1
vote
1
answer
536
views
How to normalize style of bs-datepicker nested in table
I have a bs-datepicker from angular strap as a td element in a table but the datepicker is inheriting the style of the table (which I would like to keep as is). It is throwing off the look of the ...
2
votes
1
answer
722
views
How can I reliably set focus on elements inside of my AngularStrap tooltip?
My team uses AngularStrap to integrate Bootstrap modals (e.g. popover, tooltip, etc.) into our Angular 1.5 app. Unfortunately, I have found it extremely difficult to reliably set focus on elements ...
3
votes
0
answers
543
views
When scroll bar is clicked bsDatepicker popup hides
I have a fixed height section containing the form. The section has a vertical auto scroll.
The form has a date picker widget (bsDatePicker angular-strap.js)
When I click on the date picker, the ...
0
votes
1
answer
117
views
Angular-strap modal scope
I am working with angular-strap and specially with its modal, I am using this style while coding. it is parts of my controller:
function parentController($scope, $routeParams, $location, $modal) {
...
1
vote
1
answer
735
views
AngularJS call AngularStrap Modal from service
I am trying to create a service to display Angular-Strap modals since I have many different parts of code that will need to trigger a modal and I don't want to run into a situation where I would have ...
0
votes
1
answer
252
views
How to apply css styles to Popover using onBeforeShow() of Angular-strap
Please let me know about applying CSS(left) styles using onBeforeShow() event of Angular-strap Popover lib.
Basically, I want to reduce the left position of the pop-over by 50-100px in order to ...
1
vote
1
answer
262
views
bs-select (angular-strap) dropdown open by default when page load
I am using the plugin provided from github.
How can I default open the dropdown when page loads?
I tried different options like bs-show="true" then get Id of the select and add click event, but ...
1
vote
0
answers
95
views
How to upgrade from angular-strap-0.7.5
I've inherited a project using angular-strap-0.7.5.
I've upgraded Angular from 0.10 to 1.6.4, and resolved most of the problems (very few, btw).
However, bsPopover is crashing and here's the stack ...