2
votes
0answers
110 views

Angularjs Routing behaves strange when using tabset directive from ui-bootstrap

I've been trying to solve a strange behaviour. Whenever I use the tabset directive from ui-bootstrap in one of my ui-router templates, I am unable to navigate away from that particular state. The ...
2
votes
0answers
504 views

Angularjs bootstrap datepicker: Select multiple dates

I am trying to use the angular UI strap datepicker. How to select more than one date from the datepicker and return the value as an array. http://mgcrea.github.io/angular-strap/#/datepicker
1
vote
0answers
19 views

salesforce how to use dynamic number of repeat

public class product2tree { public List<prowrapper> prowrapperlist{get;set;} Map<ID,product2__c> promap; public product2tree() { prowrapperlist=new List<prowrapper>(); ...
1
vote
0answers
67 views

AngularJS (Blueimp Jquery-file-uploader) with Rails + Devise - Completed 401 Unauthorized

I have an AngularJS app running in a node server against a Rails 3.2 backend. I am using a CSRF token in a cookie/HTTP Header (not <%= csrf_token %>). Angular can GET and POST to Rails with no ...
1
vote
0answers
100 views

Data binding inside <option> element in angular.js and jQuery mobile

I have recently added a multi-language support to my jQuery-mobile/PhoneGap app using this great repo on gitHub. It uses firebase and angular.js to bind all the language dependant labels and texts in ...
1
vote
0answers
50 views

Angular js set ng-model within template

I'm trying to make my search fields generate automatically, based on config file. I wat to make one template for tag and to set its attrs inside the template (from $scope, of course). So template ...
1
vote
0answers
110 views

AngularJS ng-show not working properly on iPhone

So I'm using an angular JS filter to filter data based on user input. Everything works fine and dandy on desktop web browsers and android, but on the iPhone something weird happens. When you clear the ...
1
vote
0answers
141 views

Loading scripts in Angular

I'm working on an angular app that is becoming quite large. At the moment I have several controllers, each controller is dependent upon different jquery plugins. Currently I'm loading all the scripts ...
1
vote
0answers
69 views

Angularjs jQuery bxslider is not affecting content of partial view

I'm building Angular application and I have problem with bxSlider. I know that I can't use js inside partial view. So I moved it to main page but code is not applied on rendered partial. Is there any ...
1
vote
0answers
45 views

Animate dom element when other dom element is added in AngularJS

I want to animate an dom element when a particalar view is added through a route. I know how to animate the view element that is added like so: HTML <div data-ng-view ...
1
vote
0answers
281 views

force angular to re-enter controller on history back using Safari on Mac OS

I have the following controller which is executed on page load and changes the value and state of a submit button. Full example can be seen here, and is based upon this question. ...
1
vote
0answers
65 views

ngRepeat inside cloned element

I have a directive that consists of a template with a repeater. Inside the linking function, I want to be able to clone a part of my template and have it maintain the binding to the repeater. My ...
1
vote
0answers
164 views

Adding value to JSON child array dynamically?

I am trying to implement a filter as shown in the image. I am using Angular JS framework, JQuery. The requirement is , I have check box filter like Application Name , Status etc. On selecting an ...
1
vote
0answers
136 views

Executing jquery within rails haml partials returned via jquery ajax through $q

So I am writing an Angular Frontend for a pre-existing Rails Application. I understand that using $q is at best an intermediate step before converting the back end to serve a REST Api directly to ...
0
votes
0answers
24 views

Angularjs and jQuery $.noConflict()

Having some issues implementing any of the methods for noConflict. I'm not sure what is going on, the jQuery CDN loads before the Angularjs CDN also the file in which I try to use Jquery loads before ...

1 2 3 4 5 9
15 30 50 per page