Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
111 views

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 = $...
qkhan's user avatar
  • 11
0 votes
1 answer
272 views

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 ...
Cyber Square Professional's user avatar
0 votes
1 answer
337 views

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-...
balachander j's user avatar
0 votes
0 answers
293 views

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 ...
B.Termeer's user avatar
  • 315
0 votes
1 answer
136 views

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', ...
Serhii Andronik's user avatar
2 votes
0 answers
116 views

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 ...
Angel Alvarado's user avatar
2 votes
0 answers
111 views

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/...
echo's user avatar
  • 99
1 vote
1 answer
536 views

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 ...
Ross Krasner's user avatar
2 votes
1 answer
722 views

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 ...
Yuri Dogandjiev's user avatar
3 votes
0 answers
543 views

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 ...
Kumar's user avatar
  • 31
0 votes
1 answer
117 views

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) { ...
Saeed's user avatar
  • 5,498
1 vote
1 answer
735 views

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 ...
Funn_Bobby's user avatar
0 votes
1 answer
252 views

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 ...
Veeresh Devireddy's user avatar
1 vote
1 answer
262 views

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 ...
undefined's user avatar
  • 3,642
1 vote
0 answers
95 views

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 ...
russellr's user avatar

15 30 50 per page
1
2 3 4 5
26