0
votes
0answers
9 views

Multi-item responsive carousel

I'm building a website that requires a carousel to be implemented. Because this website is built on AngularJS I wanted to go with Angulars Boostrap Carousel, however, this carousel appears to only ...
0
votes
1answer
16 views

Angular UI Alert does not work on IE 8

Problem, My alert box works on all the browser except IE 8. It get displayed but does not get closed on click or on timeout. Below is my Code of HTML <div class="notification"> ...
0
votes
0answers
16 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
1answer
17 views

using angularjs and json wordpress api can't access currentPage value in app.factory $resource

I've just started using angularjs and I'm trying to connect a wordpress back-end to an Angularjs front end. this is my index.html <!DOCTYPE html> <html ng-app="applicazioneIndex"> ...
0
votes
0answers
20 views

Extending AngularJS plugins

For a project I had to add custom behavior to UI Bootstrap's Datepicker. I had to add new key-value pairs to the datepickerConfig constant, had to do some simple changes in the DatepickerController, ...
0
votes
0answers
13 views

AngularJS - Find end of collapse animation

I have a simple problem with angularui bootstrap's collapse directive. I have a <select> menu. When the someone changes the menu, the content changes. However, I would like to add an animation ...
0
votes
1answer
30 views

pagination does'nt get updated on search

Html Code: This is the html code that basically showas a table with search filter. . . <input type="search" ng-model="search.$" /> <table class="table table-striped table-bordered"> ...
0
votes
2answers
41 views

Angular search filter doesnt search in entire table

This is my html code: <input type="text" placeholder="Search By Any..." ng-model="search.$"/> <table dir="ltr" width="477" border="1" class="table table-striped ...
1
vote
2answers
32 views

Sorting with ng-repeat Angularjs

I have an array $scope.answers=["","","",""] means Array have multiple empty elements . <li ng-repeat="item in answers "><input type="text" ng-model="item"/></li> it throws ...
0
votes
2answers
18 views

Navigate to angular page template from bootstraps navbar dropdown

I'm building a web app with angular for the first time and have use the bootstraps css (angular ui). I'm using the navbar from bootstrap and route to ng-templates with ng-route. Everything works fine. ...
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
1answer
19 views

Angular Typeahead filter from more than one field

I have a typeahead that filters based on a person's name. My person object has more fields than just name (at least {name, surname}) and I want the filter to work based in name and surname. This is ...
0
votes
3answers
40 views

Can't access form values in a $modalInstance

I'm opening a $modalInstance in which user has to choose an option from radio inputs (values loaded dynamically) and return chosen value. I have this function to open the $modalInstance: ...
0
votes
0answers
15 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
vote
1answer
34 views

How can I pass a list as a parameter to a dialog?

Y must pass a list of data to a dialog to fill a combobox. In other part of the code I passed a string to dialogs, but, using the same method for this case, It didn´t work. Here is my js code: ...
1
vote
1answer
30 views

How do i check all my html contents are loaded in angularjs?

I am using angularJS 1.2.1 and angular-ui-bootstrap In my code i have list of <ng-includes> from angularjs and <accordion> from angular-ui But when i load the content i want to make ...
0
votes
1answer
32 views

Unable to render an angularjs template inside a popover

I am trying to get a popover show some html content (it could be angularjs compiled content) and when I click on my "View" link, I do not see my custom directive getting processed and showing ...
0
votes
0answers
31 views

Why is my tabset tag coming up as unknown

I am currently trying to create a set of tabs using the 'tabset' tag with ui-bootstrap-0.9.0.min.js but eclipse keeps marking it as an unknown tab. When I launch the page on my browser all I get is ...
0
votes
0answers
37 views

Angular Pills with dropdown

I want to create pills in angular with a dropdown. I have achieved this but the problem is that only the span or a is clickable and not the rest of the pill. However if i click the pill it still ...
0
votes
4answers
106 views

Custom directive for telephone format using angularjs

I am trying to write custom directive for USA telephone number using angularjs and need to preserve the data type of the field as integer.Here is the jsfiddle directive and need help to complete the ...
-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. ...
0
votes
1answer
29 views

How to display an element with ng-show based on AngularJS Bootstrap UI Accordion state?

I've got a few dynamic accordions which based on $resource like so: $scope.categories = $resource.query() // Written as such for simplicity sake Then in my template I've got the following: ...
1
vote
1answer
33 views

Cannot get typeahead-on-select working with Angular UI Bootstrap

See Plunker: http://plnkr.co/edit/hsxYC2KPsf7S3non34Cy. HTML: <input type="text" ng-model="result" typeahead="suggestion for suggestion in cities($viewValue)" ...
0
votes
0answers
18 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
0answers
35 views

carousel not working with ui-bootstrap and meanjs

I am currently using meanjs as the framework to work on a project. I am stuck with carousel not being able to work. Basically, I kept it simple by removing the addSlide() as I only intend to display ...
0
votes
0answers
29 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 ...
1
vote
1answer
33 views

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

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
55 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
29 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
2answers
26 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\" ...
0
votes
1answer
37 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
54 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> ...
0
votes
1answer
106 views

Angularjs navigation menu with UI-Bootstrap tabs and UI-Router

In this Plunker, I'm unable to make menu links and tabs to work properly. As you can see I need to click twice the 'Route 1' to go back from tabs Route2, moreover when I click twice the 'Route 2' menu ...
2
votes
2answers
101 views

AngularJS how to create a reusable template for Bootstrap modal

So I am using the AngularJS Bootstrap modal (http://angular-ui.github.io/bootstrap/). Which is working fine but I was wondering if I could create a basic template that can take in a title and the ...
0
votes
0answers
59 views

Can't load angular-bootstrap module in boilerplate angularjs app

I started an AngularJS project to get a feel for it by starting with angular-seed. I am trying to load up angular-bootstrap, but when I add the the module in my app.js file dependencies: ...
1
vote
2answers
44 views

Processing objects with meaningful keys in ui-bootstrap typeahead

Angular ui-bootstrap typeahead is a great library and I like the fact that it imitates the syntax inside Angular select directive. Still it seems that this imitation is not perfect. Do I undertand ...
1
vote
2answers
67 views

$injector error when using angular-bootstrap ($modalInstanceProvider <- $modalInstance)

i've been playing around with this bug but i cant seem to figure it out. The problem started when i pushed the angular-bootstrap modals i had added to the prod server. The original error was this ...
0
votes
1answer
30 views

How to retain the last opened accordion in a group by invoking function in is-open attribute

I'm having accordion which is populated dynamically. <accordion-group ng-repeat="data in dataList" is-open="isAccordionOpen(data.dataName)"> <accordion-heading> ...
0
votes
1answer
80 views

Angular ui modal with controller in separate js file

I am trying to make a modal which can be instantiated from multiple places in the app. from the example given here: Angular directives for Bootstrap the modal controller is in the same file as the ...
0
votes
1answer
26 views

Initialization of 2 datepickers very slow

I'm using the datepicker of Angular-UI. I have a template that initializes 2 datepickers. However, I noticed that it takes more than 100 ms on a desktop to initialize both. It is ...
0
votes
1answer
59 views

How to declare an angular-bootstrap modal in a way that is safe for minimization

I have implemented an angular modal dialog box following the guidelines given at: http://angular-ui.github.io/bootstrap/. The code below works fine when the non-minified files are accessed, but it ...
0
votes
2answers
88 views

angular-ui-router and angular-ui-bootstrap tabs: content being loaded into DOM multiple times

I'm using angular-ui-bootstrap tabs and angular-ui-router. I want to load specific states into the tab-pane when a tab is clicked. This is working fine. The problem is that the state is being loaded ...
0
votes
1answer
29 views

AngularUI Bootstrap Datepicker Setting a minimum date

I am running the latest AngularUI Bootstrap and I have a Datepicker which gets enabled when it is clicked open by a button. I've tried and searched to get the answer of how to disable dates being ...
0
votes
0answers
42 views

AngularJS: IE throws 404 errors for items stored in templateCache

I am attempting to use the Angular UI Bootstrap library and IE throws a 404 error when it tries to load the typeahead-popup.html template, which is the only one I'm using right now. I am using the ...
0
votes
2answers
29 views

how to add icon in tab in angular js >

Hi Please help me i m in new in angular Js How to add icon in angular js My code is this <tabset panel-tabs="true" panel-class="{{demoTabbedPanelClass}}" ...
4
votes
2answers
68 views

How to catch backdrop click event when clicked out of angular ui bootsrap modal?

In my application, it is using $modal.open() function to open a modal popup which is using another page as a template. While clicking the button, it is showing the modal popup fine. If I click the ...
1
vote
1answer
48 views

Angularjs UI Bootstrap Popover Prevents input submit

I have used Angularjs with ui.bootstrap popover feature in following manner, <form name="frm1" role="form" ng-submit='myFunc()' novalidate="novalidate"> .... other inputs go here... <input ...
0
votes
2answers
106 views

Strange behaviour using angular-ui-bootstrap date inside an angular-ui-modal

I am developing my first app using Angular and I got stuck with this problem for a couple of hours now and I can't see what's wrong. I have used ui-bootstrap date with no issues in other places but ...
0
votes
1answer
44 views

How to trigger a function or assign selected value to another scope variable for angualrui bootstrap datepicker?

In this AngularUI Datepicker plunk:http://plnkr.co/edit/DWqgfTvM5QaO5Hs5dHco?p=preview I wonder how could I assign selected value into another variable or trigger another function if a date is ...
0
votes
2answers
79 views

Use Angular UI Bootstrap to make a Carousel Form

Could someone build me an example ui.bootstrap carousel that has a manual button for sliding, and include two divs of content? I cannot seem to figure out how to use carousels from just their example. ...