0
votes
0answers
6 views

Issue with Angular js smart table changing the data with button click

I am using angular js smart table in my application. Every thing works fine during initial load. However I have a button (it is outside smart table) to refresh the data when some of the criteria ...
0
votes
0answers
8 views

fractional ratings with angular bootstrap directive

Is there a way to display fractional ratings from decimal numbers with angular directives for Bootstrap? <rating ng-model="ranking_level" max="5" readonly="true" ng-init="ranking_level = 2.4"/> ...
0
votes
0answers
15 views

How do I prevent angular-ui modal from closing after it has been opened?

The backdrop : 'static' works when the model is being opened. But is there a way to add the property after it has been opened? For example something like: if(state) model.backdrop = 'static'?
0
votes
1answer
17 views

Child Scope not changing parent scope

I have two directives and am trying to filter a table based on a select box. I am using ui.bootstrap to create an accordion to hold the form. For some reason my form will not change the parent scope ...
0
votes
1answer
28 views

add ui bootstrap directive to an html dynamically

I need to add popover to a div. However, I need to add it dynamically. <div popover="Please select from dropdown">foo foo foo</div> I've tried ng-class but looks like it's not a class. ...
0
votes
0answers
12 views

Having issue in integrating ng-flow in angular js mvc application

I am trying to provide a upload image option in my asp.net mvc4 application. Since, am using angularjs i decided to make use of ng-flow to implement the above functionality. So, by referring the below ...
0
votes
1answer
32 views

Angularjs, unable to run the angular js application

My angularjs application is running fine till I made few changes recently. Since then I am getting the following error (taken from Firebug). I don't know which part of the code is causing this ...
0
votes
0answers
11 views

AngularJS - Displaying item information in dynamic modals

We have a dynamically generated list of items on a page. Clicking on one opens/creates a modal, which displays information about the item. Implicitly, the modal has to know the ID of the item on which ...
0
votes
0answers
19 views

How to set the size of an angular-ui popover

I am following this plunker http://plnkr.co/edit/BB7V60qIgoo4D5U8igzb?p=preview. I am trying to figure out is there a way to set a size of a popover using angular-ui. When the text on the popover is ...
0
votes
0answers
13 views

Use $templateCache.get for bootstrap ui popover

I'm trying to make an overable popover with bootstrap-ui and angularJs. I use the following method (as it has been explained here : http://stackoverflow.com/a/24180536/4046411) : JS : ...
0
votes
0answers
11 views

ui.bootstrap.modal drop shadow does not follow dragged modal window

I am trying to use the draggable directive from the Angular site to make my AngularUI bootstrap modal window draggable. The content for the modal window is stored in a separate HTML file and that's ...
0
votes
1answer
17 views

How do i show the selected value in a multiple ui-bootstrap dropdown menu?

I have a ng-repeat that generates two dropdown menus with different values in them, now i what to show the selected value for each of the menus. It will work fine to send filter.name to setFilter ...
0
votes
0answers
14 views

How to toggle Navbar dropdown in Angular UI Bootstrap?

I'm trying to get the navbar dropdown work on UI Bootstrap. It works perfectly on button dropdown, but i couldnt get it to work inside navbar. Could you please help me? <div class="collapse ...
0
votes
0answers
47 views

“TypeError: Cannot read property 'add' of undefined” error with ng-animate

After I update from 1.2.24 to 1.3.0-rc.2 I'm getting following error. When I remove ngAnimate from modules, it disappears. Only thing that uses animates is angular-ui-bootstrap. TypeError: Cannot ...
0
votes
0answers
20 views

How can I extend an Angular JS widget? (ie. the Angular UI typeahead widget)

I'm new to Angular and am struggling to find an obvious way of doing this so any help or advice would be appreciated. I'm trying to customise the ui.bootstrap.typeahead widget found here: ...
1
vote
1answer
30 views

Overable popover with angularjs / bootstap-ui

I'm trying to create a tooltip that is not closed as long as the mouse doesn't leave it. I tried to do that with the bootstrap-ui tooltip but I want to create a set-trigger in order to do something ...
0
votes
0answers
18 views

Angular bootstrap ui modal with same controller instead of new controller

I am using angular bootstrap ui modal box it says to give a new $modalInstance for new controller.I want to use the same controller where i have initialized the modal box.I searched but no success.I ...
0
votes
1answer
13 views

Angular ui.bootstrap.modal and mousedown

I've checked the Angular UI modal window implementation and don't see that it's swallowing up the mousedown event anywhere, though I'm no javascript guru, and it might be I overlooked it. It binds to ...
0
votes
0answers
11 views

Angular UI Bootstrap Typeahead Template Shows Empty But Only The First Time

This is weird...the first time I will type in the input box, the typeahead template will pop up but will show empty. But if backspace and do it again...then the template populates. It's like there is ...
0
votes
2answers
41 views

Closing A Modal in AngularJS UI

Quite new with AngularJS (and AngularJS UI) and I am unable to close a modal window. The HTML code as follows: <div> <div data-ng-show="agencies || agencies.length > 0"> ...
0
votes
1answer
24 views

Im looking for way to make a ui-bootstrap type-ahead able to select multiple comma sepereated items

I'm trying to do something like this but instead of having alert boxes just having comma separated values in the input feild.
0
votes
2answers
34 views

How to implement pagination in Angular when collection size is changing

I am trying to use angular-UI pagination for a table, where I am splicing the array where the page intersects the array. However I am not clear how to handle the fact that the array of objects is ...
0
votes
0answers
13 views

Hiding modal-header in angular ui modal

I am using angular ui modal, I dont want to have anything in the modal header, the problem is that if i dont define div class modal header, i will see annoying boder: If i add modal-header.. ...
1
vote
1answer
30 views

Why does Angular UI Bootstrap use a provider to handle the logic in the modal and tooltip but not in the other components? [on hold]

I've noticed that Angular UI Bootstrap uses a Provider to handle all the logic of the Modal and Tooltip component, but all the other components the logic is set inside a single controller that is ...
0
votes
1answer
25 views

typeahead-template-url not rendering {{}} expressions in template

I have this Angular.js UI-Bootstrap issue. The typeahead-template-url="typeahead/bind-node.html" is not rendering the expression's {{}} in the typeahead template. I am not sure why. In Chromium ...
2
votes
1answer
51 views

AngularUI: why modal is not implemented as a directive?

I am using angular-ui in my project and I wanted to implement a modal window. Most of the components of the library (http://angular-ui.github.io/bootstrap/) are implemented as directives (as ...
0
votes
1answer
16 views

UI Bootstrap typeahead value to be used by other typeahead objects

I have a ui-bootstrap type-ahead that pulls the states from a JSON doc. It works. What I need is to take that selected value and use it in another objects to retrieve data based on that selection. ...
0
votes
1answer
27 views

Bootstrap Typeahead not working in Angular JS

Typeahead is not working Angular 1.0.8 js version but is working fine in 1.2.24 version. My application is old one and client don't want to install new version because of some other compatibility ...
1
vote
1answer
19 views

ng-pattern Validation not working

I am trying to do validation with angular and Bootstrap but for some reasons ng-pattern validation is not working in Zip Code. Any help will be great in this. Here's FIDDLE LINK Not able to paste ...
0
votes
1answer
17 views

Error in loading a bootstrap ui angular model

I am new to angular and bootstrap, I have my login.html with LoginController. I try to create a modal popup window, So in order to do it i need to add $modal to the controller, the current ...
0
votes
1answer
37 views

Adding Bootstrap UI Module to angularjs project

I'm trying to add the bootstrap-ui module to my angular.js project. The documentation states that I simply have to add angular.module('myModule', ['ui.bootstrap']); to get this working. But I can't ...
0
votes
1answer
35 views

Display all values as Dropdown on focus

This is my code. When I start typing, it filters the list. I want to display all the values as drop down on focus of the input text. If the user start typing, then I want filtering. If the user just ...
0
votes
1answer
33 views

Display text inside input text while using Angular JS

Below is my code. Selected text from dropdown is displaying beside input text. How can I display that inside input text. This is because "holdOrder.CenterName" is out side beside input text ...
1
vote
1answer
26 views

Interacting with content behind Bootstrap modal popup

I'm using Angular UI Bootstrap in an AngularJS project for modal popups. The modal has a parent div like this: <div tabindex="-1" role="dialog" class="modal fade ng-isolate-scope responsiveModal ...
0
votes
1answer
24 views

UIBootstrap breaking angularjs post request

I have the following in an angular partial <h1>{{tournament.name}}</h1> <accordion close-others="true"> <accordion-group> <accordion-heading> ...
0
votes
1answer
32 views

Confused by AngularUI modal documentation

I am new to Angular and confused by the documentation for AngularUI modal dialog. I don't see how the code presented there would fit in with the controller for the main page, or how a button on the ...
0
votes
0answers
11 views

Can angular-ui-bootstrap be used to mobile platform?

I am going to develop an app with angular, but I'm confused which ui to choose between angular-ui/bootstrap and Mobile Angular UI. The former seems to be more official but the latter is more friendly ...
0
votes
1answer
24 views

Angular UI Bootstrap Typeahead directive creates a different DOM element for every instance

I am trying to use the Angular UI Bootstrap Typeahead directive in a few tables. These tables could have 0 to thousands of entries in them and when I attach the typeahead directive to each ...
0
votes
1answer
27 views

Angular-UI: Force Typeahead results

I have a text field that uses AngularUI's typeahead feature. It looks like this: <input typeahead="eye for eye in autocomplete[column] | filter:$viewValue"> I'd like to force the user to ...
0
votes
1answer
36 views

Angular UI Bootstrap Typeahead

I am using Angular JS for the first time. Here is my code and its not working. typeahead intellisense is showing as 'Unknown attribute'. <div class='container-fluid' ...
0
votes
0answers
20 views

Angular UI $modal and scope confusion when passing data to and from the modal dialog

I am just getting into Angular and am finding the $modal dialog confusing. I cannot get the modal's close() method to work, though I'm following the documentation: $scope.ok = function () { ...
0
votes
1answer
18 views

Angular-ui bootstrap don't work correctly with templates

I use angular-ui-bootstrap popover. I manually changed template of popover to support html in it. I changed ng-bind to ng-bind-html: <div class=\"popover-content\" ...
1
vote
1answer
75 views

Strange cursor placement in modal when using autofocus in Internet Explorer

I'm having an issue with the cursor placement when using autofocus in IE. The image should display the issue clearly. Luckily I've been able to reproduce this in a plunker. I've stripped it down to ...
0
votes
1answer
26 views

AngularJS ng-submit Not working inside accordion tags

Following form works correctly with validations when its not inside the accordion tags, but when its inside the accordion tags even the methods won't fire. HTML <div ng-controller="myCtrl"> ...
0
votes
1answer
25 views

Issue injecting angular-ui into my controller

I have ui.bootstrap as a dependency in my app, but I'm having an issue injecting the $modal service into my controller. I'm getting the following error: $modal is not defined in my controller ...
0
votes
1answer
32 views

connecting datetimepicker to angularjs with bootstrap v3

I'm basing this question on a previous question here connecting datetimepicker to angularjs which was answered by a working planker http://plnkr.co/edit/jZ6QyrLNajRgIMSlUqsg?p=preview I'm trying to ...
0
votes
1answer
45 views

Prevent default anchor behaviour if checkbox inside clicked

I'm using Angular ui-bootstrap for accordion and for panel-heading I also need checkbox, which is generated inside anchor tag by ui-bootstrap. It looks like this (checkbox is inside <label> ...
-1
votes
0answers
26 views

Angular Factory/Service- extending/overwriting method. No access to other values in original factory.

I am tying to extend angular-bootstrap's modal $modalStack factory. In the original factory it has: .factory('$modalStack', ['$transition', '$timeout', '$document', '$compile', '$rootScope', ...
0
votes
1answer
34 views

Angular-ui and how to bind modal form inputs

I'm learning AngularJS currently and am just playing with ui-bootstrap. I've created a simple modal with a form and I'm trying bind to the attributes on the main page (the page from which the modal ...
1
vote
3answers
47 views

Not able to load $http.get - JSON data in ui tabset child tabs

I tried to load a dropdown with the response got from http post. But its failing to load on child tabs. When i click next button from tab1. I make a post call and get a JSON back. Using the returned ...