4
votes
2answers
5k views

How to add angularjs ui bootstrap tooltips dynamically to existing markup?

Relatively new to angularjs. Help me understand what's going on here! What I'm ultimately trying to accomplish: Given a block of text in my html (say in a paragraph element), I want to dynamically ...
3
votes
0answers
52 views

Bootstrap ui angularjs with filter issue

I am using Bootstrap UI in my angular application. I have a tooltip in the html page which works fine. I noticed that after the tooltip is displayed and I move my mouse out, the Ui-bootstrap-tpls.js ...
2
votes
2answers
4k views

Stop propagation of underlying ng-click inside a jQuery click event

A Twitter Bootstrap dropdown is nested inside a tr. The tr is clickable through ng-click. Clicking anywhere on the page will collapse the dropdown menu. That behavior is defined in a directive through ...
2
votes
2answers
35 views

How to declare device ready in angular js

Have an app.js file, but not getting where to exactly include the device ready method. Can any one please help me out. App.js: var app = angular.module('myApp',[ 'ngRoute' ...
1
vote
2answers
79 views

Angularjs creating a div grid from a list

I am new to AngularJS and i am trying to create the following structure: <div class="zones"> <div class="row-fluid"> <button id="btn94" class="span4 btn">All ...
1
vote
1answer
112 views

Simple page using tab and accordion from angular ui-bootstrap fails to load in IE8

I have a somewhat complex SPA working in Firefox and Chrome. It fails without much information in IE8. The full app uses ngTable and the tab and accordion components from ui-bootstrap, but I've been ...
1
vote
1answer
81 views

load modal using $http in angularjs

I want to load data in modal (ui.bootstrap.modal) with the help of angularJs.For Example i send request through post method and data retrieve successfully and now i want to load it into modal.Here is ...
1
vote
1answer
527 views

Angularjs - Combining data from multiple $http calls in a for loop

I am having problems combining the data from multiple $http call and displaying a list in an HTML table. There is a first $http call, which returns a set of URLS. Then, I iterate through the URL list ...
1
vote
1answer
67 views

Angular JS not working in subpages

I have a HTML page that works as a container of different HTML sub-pages/Usercontrols. I use Ajax get of jquery to load the HTML of the sub page in the container page. I am using a angular js ...
0
votes
2answers
23 views

Why is my $scope.confirmPassword gets undefined after form submit?

I am using UI-Bootstrap widgets for AngularJS. One of my form variables is getting undefined when I submit my form. Note: If I remove the tooltip directive then $scope.confirmPassword is fetched ...
0
votes
1answer
70 views

Angularjs tab button

Hi! I was wondering how to use the tab button on the keyboard to call a function? Something like this: <button class="btn btn-primary order-input-add" ...
0
votes
2answers
439 views

How can you prevent the Bootstrap UI Tabs component from stacking vertically when tabs are added such that they overflow the width of the container?

What I'd like to do is use the bootstrap ui tabs component and make it work such that as tabs are added, the parent div container will just expand where the overflow is hidden and the tabs don't stack ...
0
votes
1answer
74 views

Angular UI Modal opened promise is resolved before modal is shown

I am trying to execute a jQuery script on the opened modal in order to transform one of the fields to a jQuery UI Spinner. I am using the opened promise as documented in Angular UI. ISSUE: The ...
0
votes
1answer
123 views

angularjs tab key press prevent default

Hi I have a input field that calls the funciton add_plu() when the tab key is pressed down. Although it works, it moves to the next element of the page (default action for a tab key). How do I ...
0
votes
2answers
5k views

How to change Bootstrap's carousel transition from slide to fade

I am having a slight issue changing the transition of the AngularUi click here carousel transition I want to change the carousel's standard sliding transition to a fadeIn FadeOut transition Click here ...
0
votes
0answers
11 views

Incoporate AngularJS UI-Bootstrap and Bootstrap 2 to provide custom size modal form

I am hoping that someone can provide some help or an example for my situation. I am using Bootstrap 2 and JQuery to provide modal dialogs in my application and I need to incorporate AngularJS and I ...
0
votes
1answer
119 views

AngularJS how to invoke the ng-show on a div from another controller

I am new to AngularJS and trying to use it on an enterprise project. I have scaled many hurdles so far, but everyday with its issue! Please, I need your help on this. The functionality on this ...
0
votes
0answers
209 views

Memory leak with angularJS and jQuery / angular bootstrap

I have a ng-repeat list that updates every minute. Its a list of cards that contains stuff like title, description, dates and so on. In those cards there's also a angular-ui-bootstrap popover which i ...
0
votes
0answers
34 views

Struggling to build Bootstraps Tab Menu that is toggleable, dismissable, or collapseable

I've been trying to build a tabbed navigation with Twitter Bootstrap where the tab panes will have various functions like drag and drop upload, delete files, favorites menu, email form, etc. One of ...
0
votes
2answers
2k views

AngularJS UI Bootstrap Datepicker Date Format in Controller is not correct

I am using a datepicker in my html page as follows: HTML <div ng-controller="StartDateCtrl"> <label class="control-label" for="startDate"> Date:</label> <div ...
0
votes
1answer
446 views

AngularJS submitting handling a form with multiple inner controllers

Good day pals, I have just started with AngularJS and have been having nightmares! I have the following partial html form included within a parent html using ng-view. <form name="FormName" ...
0
votes
0answers
24 views

Menu Items in .NET with Bootstrap

I'm a beginner .NET Developer working on a website documenting my proposal to my girlfriend. See http://www.adamschaal.com. If you see the "Under Construction" sign, I haven't proposed yet, hit the ...
0
votes
1answer
104 views

In Angular UI (bootstrap based) what event is raised when a date picker is exited?

I am trying to build a custom datetimepicker directive nased on Angular UI Bootstrap and I need to take some action whenever the user dismisses the standard date picker. So, the steps are: User ...
0
votes
2answers
100 views

Angular - Set single boolean value with two buttons (Pass/Fail)

So I have a boolean value that I want to set using two buttons: Pass/Fail (for styling purposes using bootstrap) So far I have found a way to set the value of the model with a button push, but what ...
0
votes
0answers
105 views

Angular Grid and Tabs

I am working on the Case where I have implemented Partial Functionality of Displaying the Grid inside the Tabs, Using Bootstraps UI tabs.. Issues I am Facing, Clicking on Link, I can Open the Tabs. ...
0
votes
1answer
278 views

Is there a cleaner way to use angular ui nested routes with ui-router?

I'm getting into Angular and have found several great uses for it. I built a custom navigation for a client using the Angular UI-Router. It's very straight forward, but I'm wondering if there's a ...
-2
votes
1answer
49 views

ui.boostrap accordion container width issue

THIS PLUNKER REFERS I'm having an issue using ng-Grid inside a ui.bootstrap accordion. Take a look at my Plunker to see the issue in action. Essentially, when placing a grid inside an accordion with ...