Tagged Questions
0
votes
0answers
19 views
Angular directive ui-show breaks ng-click
Issue
ui-hide and ui-toggle randomly breaks binding of ng-click sometimes, only when the ng-click target is followed by the ui-show, and doesn't happen with all nodes (example with text instead of ...
0
votes
0answers
19 views
Multiselect dropdown with optgroup in angularjs
Am having json like
$scope.data={
"testCases": [{
"grpName": "Temp_Removed",
"active": "false",
"grpNameLink": "#Temp_Removed",
"groupDetail": {
...
0
votes
1answer
39 views
UI Bootstrap Carousel (with Bootstrap 2.3.2) not working when hide and show in AngularJS
I´m trying to use a Bootstrap 2.3.2 Carousel to display an item pictures. The user can get a list of items. When he clicks on a concrete item, some detailed info is displayed in the same view. The ...
0
votes
2answers
72 views
view more/less button to a unordered list of items for a book shelf and auto adjustment of shelf after every 6 books in a row
Hej Guys,
I am working on a book shelf container, using Bootstrap 3.0, i have something like this so far,
http://www.bootply.com/19NyAgMDED
here , i have hardcoded bookshelf with some books in it ...
0
votes
0answers
16 views
UI.Bootstrap moduler Uncaught error for version 0.9.0
I am currently trying to add a header to my html page by using 'data-ng-include' but I keep getting a "Uncaught Error: [$injector:modulerr] Failed to instantiate module agentOnlineApp" error. I have ...
-1
votes
0answers
81 views
What should be order of loading <Script>
I am new guy for developing website.
Below is my script's loading sequence.
I am loading My project's required JQuery script first, then loading AngularJS scripts and finally my custom scripts.
...
1
vote
1answer
50 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 ...
2
votes
3answers
81 views
AngularJS: Modify Bootstrap Modal after loading content
I want to use this pretty image cropper in my AngularJS project. When I use it the "normal" way, that is on a plain page, everything works fine. The problem is that I want to put it on to the ...
1
vote
1answer
141 views
AngularJS custom directive breaking with UI Bootstrap modal window
I am having trouble getting a custom directive (one that does autocomplete google places) to work properly inside a ui bootstrap modal window. It works perfectly outside the window. If i put it inside ...
-1
votes
2answers
111 views
Angular Js navigation issue
I am trying to implement simple login functionality and getting
http://errors.angularjs.org/1.2.6/$rootScope/inprog?p0=%24digest
exception. What does it mean? and how can i navigate to home page ...
5
votes
1answer
164 views
Handle on click event of jQueryUI Datepicker for Bootstrap drop-down menu
I have one Bootstrap drop down menu. In that I have one field for selecting date. I have stopped the event propagation for the drop down menu events.
When I select date respective date gets selected ...
0
votes
1answer
153 views
bootstrap navigation not working with angular ng-repeat
I am getting an error while displaying dynamic navigation in angular bootstrap using ng-repeat. The collapse nav is not working
my code is
<ul>
<li ng-repeat="menu in menus.menus">
...
0
votes
1answer
340 views
angularjs $scope variable inside jquery bind method
I have been using Fullcalender directive in angularjs application. As I have been in the documentation there is double click handle exists in Fullcalender jquery plugin.
Here is the ref: ...
0
votes
2answers
1k views
AngularJS “Accordion” style menu + dynamic data + submenus + using li -— working example
What I am trying to do is make an all purpose accordion-style navigation menu, with submenus, in AngularJS. It must dynamically load menu data, dynamically assign which menu items have submenus and ...
2
votes
0answers
304 views
AngularJS : UI Bootstrap Tabs and Jquery Custom ScrollBar
In my view, I have 2 tabs generated by the UI-Bootstrap Tabs directive.
The tabs have fixed heights and "overflow-y: auto;", and receive variable content.
I'm trying to apply some nice scroolbars ...
2
votes
2answers
104 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'
...
6
votes
1answer
303 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 ...
0
votes
2answers
35 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 ...
-2
votes
1answer
111 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 ...
1
vote
1answer
405 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
443 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
1answer
115 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
1answer
354 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 ...
3
votes
1answer
480 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
47 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 ...
1
vote
2answers
226 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 ...
0
votes
2answers
4k 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 ...
1
vote
1answer
2k 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
26 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 ...
1
vote
1answer
128 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 ...
2
votes
1answer
148 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
814 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 ...
0
votes
1answer
158 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 ...
1
vote
1answer
77 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 ...
6
votes
2answers
8k 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 ...
5
votes
3answers
9k 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 ...
0
votes
2answers
128 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
176 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.
...
1
vote
2answers
796 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 ...
1
vote
2answers
7k 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
1answer
283 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 ...