All Questions
Tagged with angular-ui-bootstrap coffeescript
7 questions
1
vote
2
answers
504
views
AngularJS - Typeahead Asynchronous data
I'm using Typeahead bootstrap with anguarJS to fetch data from rails api, the problem is that the request get data every time I type a letter in the input, I want te perform and decrease a little bit ...
1
vote
0
answers
223
views
AngularJS mock bootstraps uibModal
I'm using bootstrap UI 1.3.2 with AngularJS 1.5 and I'm trying to mock the buttons on a bootstrap modal correctly. I had it going on an old version of bootstrap UI but since I've upgraded bootstrap ...
0
votes
1
answer
804
views
Angular js bootstrap ui modal timeout
I am trying to open a bootstrap modal with the $timeout function, however the modal keeps opening as timeout fires more than once. Any help will be much appreciated.
Thanks
SessionModalInstCtrl = ($...
1
vote
1
answer
241
views
Angular: Staying DRY With Angular-UI Pagination?
I'm using the angular-ui:bootstrap pagination directive on multiple views which interact with different controllers; these views/controllers often have to interact with sorting and filtering, which ...
1
vote
2
answers
2k
views
AngularJS UI Bootstrap typeahead with ajax using Coffeescript
My question is very similar to this post 'Using typeahead and ajax in a AngularJS app'
Coffeescript:
$scope.tradingPartners = (searchOn) ->
console.log("Searching on #{searchOn}")
$....
2
votes
1
answer
526
views
How to save some state into the URL as a query parameter
I'm using AngularJS 1.0.7, with ui-bootstrap 1.0.4.
My application has a main navigation bar, and some pages have an extra level of tabs (using ui.bootstrap tabset and tab directives).
What I'm ...
15
votes
3
answers
11k
views
Angular UI: Unknown provider: dialogProvider
I am trying to replicate the following Angular UI example of a simple dialog with a close-button. https://github.com/angular-ui/bootstrap/blob/master/src/dialog/README.md.
However, I cannot get the ...