0
votes
0answers
10 views

Populate ng-grid by another grid selection

I am trying to populate a ng-grid based on the JSON array returned from a selection of a first ng-grid. As of right now I can get the JSON array displayed onto the screen but I cannot navigate deeper ...
1
vote
0answers
15 views

Angular-ui ui-map click event not receiving $params

I'm trying to implement Google maps in Angularjs using ui.Map (http://angular-ui.github.io/ui-map/) I've followed the example pretty closely and the map loads, I can create a marker in the map center ...
0
votes
1answer
36 views

Dynamically reloading ng-repeat data in the DOM

I have the following code in my view: <li ng-repeat="i in items">{{i.id}}</li> I would like the ng-repeat to be trigged dynamically when new values are added/removed from items. As in, ...
0
votes
0answers
24 views

How to navigate to a child state using paramters from a factory using Angular.js and ui-router?

I'm trying to get angular ui-router to navigate to a child state using a parameter supplied by a factory which has a default parameter at the start in order to preserve the parameters across the app. ...
0
votes
2answers
29 views

Angular UI- Router Inherited Views

My index.html file is as follows.. <div id="main"> <div ui-view> </div> My home.html file is as follows.. <div login id="loginBox"></div> <div ...
0
votes
0answers
8 views

Customising behaviour - toggle class- popover - Angular UI bootstrap

I'm wanting to add active classes to elements when various Angular UI directives are called. For example when I call the popover i'd like to highlight the element (which in this case is a button). I ...
0
votes
0answers
32 views

how to set active on angularjs bootstrap tab

am using Angular Bootstrap UI to show a tabset with static content (using AngularUI bootstrap). Here is the plunker link that illustrate my issue http://plnkr.co/edit/n8Xp3GrAqlbNxZ7VrXR6?p=preview ...
0
votes
1answer
40 views

Override $digest and $watch in Angular JS

Can anyone suggest how do I create a service to over ride angular js default $watch and $digest loop? My requirement is to $watch a scope object with a listener and the listener function should have ...
0
votes
0answers
92 views

Angular js: using a directive from another directive (chaining)

I'm trying to compile a directive in another directive in angularjs (directive chaining?) and apparently I can't come up with a proper way to do this. The directive I'm trying to write is an ...
0
votes
0answers
58 views

AngularJS Error: Unknown provider: $animateProvider <- $animate

Uncaught Error: [$injector:unpr] Unknown provider: $animateProvider <- $animate I am trying to create a carousel using Angular-ui as given in this link. http://angular-ui.github.io/bootstrap/ ...
0
votes
1answer
35 views

AngularJS ng-change not calling function

I'm trying to get the content in a bootstrap popover to change when the user types something in the email text box. It seems that ng-change is not getting into the method updateToolTip(). I'm brand ...
0
votes
1answer
21 views

Angular-slider on a modal window

I'm trying to get the angular-slider (http://prajwalkman.github.io/angular-slider/) to work on a angularjs twitter bootstrap model dialogue. It works fine on the page, but I cant get it to work on ...
1
vote
2answers
46 views

angularJS get current element in html

I would like to do something like this in angularJS: <div ng-class="{ 'hover-accordion': angular.element(this).children().length >= 3 }"> <div ng-if="showA">...</div> ...
0
votes
1answer
48 views

AngularJS + NG-Grid pass row.column.field into ng-click event

How does one pass {{row.getProperty(col.field)}} into ng-click? What happens is the id does not get propagated back, but the grid render correctly with the id. code: var app = ...
0
votes
2answers
206 views

What is the difference between ui-bootstrap-tpls.min.js and ui-bootstrap.min.js

At the Angular-UI-Bootstrap page on cdnjs, is says: Native AngularJS (Angular) directives for Twitter's Bootstrap. Small footprint (5kB gzipped!), no 3rd party JS dependencies (jQuery, bootstrap JS) ...
0
votes
1answer
27 views

How do I set child state with stateParam in ui-router

I have been struggling for sometime for following scenario to work right. I am using ui-router with angularjs and I need something like: Parent state : .state('parent', { url: '/parent/:someUserId' ...
1
vote
1answer
38 views

tabs with angular: loading tab content on click only with $http

I have big forms with lots of data, so I'd like tabs with chunks of data for each tab. I'd like tab content to be lazy loaded on click of the tab title, and it then doesn't need to be reloaded again ...
0
votes
1answer
35 views

Multiple YouTube players, in a tabbed angular-ui control. Want to add collapse

I guess my question is two parts: 1. Since I am new to angular and have never used the YouTube JavaScript API, I am sure that I am doing a bunch of things wrong. I wouldn't know because the code ...
0
votes
1answer
38 views

What is the difference between “dismiss” a modal and “close” a modal in Angular UI-Bootstrap?

What is the difference between "dismiss" a modal and "close" a modal? close(result) - a method that can be used to close a modal, passing a result dismiss(reason) - a method that can be used to ...
0
votes
1answer
49 views

AngularJs UI typeahead match exact

I am trying to do a autocomplete with typeahead that match exact characters like t will match but not T. But I cannot get it to work as I want. Have tried to find a solution in google and ...
1
vote
1answer
77 views

How should I use Angular UI Router?

I have searched the Internets for a couple of days, but can't find what I'm looking for. I am building an SPA using angularjs but I'm struggling with something I think should be quite basic. Coming ...
0
votes
2answers
58 views

angularjs scoping in a modal window

I created a plunker at http://plnkr.co/edit/AQl49R?p=preview which demonstrates an issue I am having. When you click "open" it launches a modal window. Click "xx" and it shows the id for the element ...
0
votes
0answers
52 views

Move $http call with $modal to a service in AngularJS

I have a bunch of repeating code in one of my modules and I'm very confused on the best way to get this out of all of my controllers. I have a service that manages a list of user profiles. These are ...
0
votes
1answer
47 views

AngularJS UI - On click of button collapse single div if multiple divs present

Suppose I have the following code: <button class="btn btn-primary" ng-click="isCollapsed = !isCollapsed">Button1</button> <div id="collapse1" collapse="isCollapsed"> <div ...
1
vote
1answer
59 views

howto disable selection in grid

Is it possible to "disable" or lock the selection of a ng-grid using the inbuilt functionality? I want the user to be able to select a row, click a button and then the grid will stay locked until the ...
1
vote
1answer
36 views

How do I make the carousel indicators in angular ui use thumbnails from a model in a controller?

I'm using the angular ui bootstrap carousel and I want to make the indicators thumbnails. I have a controller that looks like this (from the demo): function carouselCtrl($scope) { ...
0
votes
1answer
32 views

Angular-UI typeahead: show label but bind to value only

I am using Angular-UI typeahead in the following way: <input type="text" ng-model="myModel" typeahead="o.value as o.text for o in options | filter:$viewValue | limitTo:5" ...
0
votes
1answer
43 views

Angular-ui Bootstrap Typeahead control and ng-keydown

In my application I have a form with this behavior: the form field values are incrementally uploaded to the server after an input loses its focus or user hits Enter. It is done by hooking on ...
0
votes
0answers
48 views

IS there any IDE for AngularJS [duplicate]

I am learning AngularJS, I have a too much experience in jQuery. Does anyone have a idea about AngularJS IDE ? Because I see there are lots of predefined variables and defined function body. If any ...
0
votes
1answer
34 views

How do i filter a row based on any column data with single textbox

I am using ng-table. I tried to use filter given in the example, but for filtering each column i need to have separate textbox. But what i tying to achieve is, One textbox to search any row based ...
1
vote
1answer
30 views

One segment route for two different operations

i need to resolve a route of one segment to different behaviors with angular-ui router. For example im doing this by: $stateProvider .state('parent', { url: '/:route' template: ...
2
votes
1answer
97 views

Angular-ui + D3: how to implement contextual menu (popover vs modal)?

Given the following use-case: I use D3js to render objects which are managed by AngularJS. I would like to add interactivity to the D3 chart. When clicking on a svg element I would like to have a ...
0
votes
1answer
52 views

Angular UI Sortable get index after updated

I really dislike how angular-ui is documented. Sometimes they really don't explain a lot. This is the documentation to sortable-ui: https://github.com/angular-ui/ui-sortable First, I cannot pass in ...
0
votes
0answers
19 views

select2 disables a textbox binded to the same model

<select ui-select2="" data-ng-model="popupModel.processor"> <option value="">-- chose a processor --</option> <option ng-repeat="p in ...
0
votes
0answers
58 views

AngularJS/UI dynamically apply inline tinyMCE

First off I am using the Angular wrapped version of tinyMCE. I have a text area that does NOT have tinyMCE applied to it where you can enter html and have it rendered to a div beside it. I want the ...
1
vote
1answer
50 views

Angular-ui-router: managing dependencies with resolve

I'm trying to set up routing with the angular-ui-router plugin for angular. Before anything else should happen on the page (no matter which route), the user's data needs to be loaded. Then based on ...
0
votes
0answers
31 views

How to make AngularJS slider work with angular ui tabs?

I would like to add a AngularJS slider (http://prajwalkman.github.io/angular-slider/) inside of a angular ui tab (http://angular-ui.github.io/bootstrap/#/tabs). However, the slider does not work when ...
0
votes
1answer
32 views

Sort able checkbox list with angularjs

Does anyone know how I can make a checkbox list sortable using ui-sortable? Here is the checkbox list: <div class="controls"> <label ng-repeat="player in playerlist"> ...
-1
votes
1answer
25 views

remaining elements between url's

I'm new to Angular and I'm trying to write an website where some elements maintains between url's. Im not sure what way is the best approach to this. Ideally the clicked elements exists in both urls ...
1
vote
1answer
51 views

AngularJS Bootstrap dialog to grow with content up to a max height

I'm using AngularJS and Bootstrap 2.3.2. Right now, it appears bootstrap has a max-height set to 400px. I'd like to allow the content of the dialog to stretch the dialog up to 90% of the window. How ...
0
votes
2answers
29 views

update angular model from a service

angular.module('app.services', []).service("test", function($http, $rootScope){ this.test=function(){ $rootScope.name="test1"; }; }; angular.module('app.controllers', []).controller('TestController', ...
0
votes
4answers
63 views

how to align elements using css in angular typeahead

http://plnkr.co/edit/LmMwgy2gig11nQXzCt1I?p=preview I want the end result to look like this: How should my css be, so that my search button is aligned with and right next to the search input?
0
votes
3answers
62 views

angular-ui tab renders anchor tag without href

I am using AngularUI tabs as seen in the following sample code below and in this plunker. http://plnkr.co/edit/YlbrObH4sBlyUFZO2tZh?p=preview <tabset class="tabbable tabbable-custom ...
0
votes
0answers
38 views

Angular UI Bootstrap Datapicker

this is my base code: http://plnkr.co/edit/PuzsgIgpRKUwuXbyIMSq?p=preview. I want to visualize the datepicker popup only on button click and not on input focus. Moreover the data in the input ...
1
vote
2answers
114 views

AngularUI-Bootstrap's Typeahead Can't Read `length` Property of `undefined`

I am getting the following error when I attempt to get a typeahead values from AngularUI-Bootstrap, using a promise. TypeError: Cannot read property 'length' of undefined at ...
0
votes
0answers
68 views

Shim from grunt-contrib-requirejs not wrapping library

I am using requirejs and configuring my product artifacts, thus combining my libraries and setting up module dependencies between them to get the loading sequence appropriate using the grunt task for ...
0
votes
1answer
20 views

How to know whether an item from the dropdown has been selected in angular ui typeahead?

http://plnkr.co/edit/zuhSEg0lGtR4vzPGJmak?p=preview How should I make the button inactive? It should only be active when a complete city name has been selected from the dropdown of the typeahead e.g. ...
0
votes
2answers
48 views

AngularUI Bootstrap datepicker maxDate does not work

I forked the Plunker code from the AngularUI Bootstrap pages (the Datepicker example). I wanted to implement a max date range so you can only select a date in a certain period. You can find the ...
0
votes
1answer
30 views

Angular JS Angular UI Google Map Load Order

Trying to work out why this JSFiddle Works i.e the Marker is displayed as MapIdle() is triggered successfully: http://jsfiddle.net/sjmcpherso/9kF7d/ $scope.onMapIdle = function() { if ...
1
vote
1answer
56 views

What is the difference between these two plunkers? (angularjs, angular-ui)

Somewhere in my attempt to use the wonderful ui-bootstrap project in my own current project I am going terribly wrong. I've used ui-bootstrap with no issues in the past and cannot see where I am ...

15 30 50 per page