AngularUI is the enhancement companion suite to the AngularJS framework. It contains UI widgets and directives that are not part of the AngularJS core but are commonly needed in a project.
7
votes
0answers
3k views
Setting initial values of Angular-UI Select2 multiple directive
I have a select2 directive for a multiple select of countries with a custom query to grab the data:
// Directive
<input ng-model="filters.countries" ui-select2="filters.countryOptions"
...
2
votes
0answers
26 views
AngularJS/UI ui-sortable does not have isolated scope?
While I was looking into an issue I was having with ng-repeats in the ui-sortable directive, which I later found was the same issue as this (https://github.com/angular-ui/ui-sortable/issues/2), I came ...
2
votes
0answers
261 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
2
votes
0answers
199 views
AngularUI sortable does not work for more then one applications
I have created angularjs application with sortable list.
My application can be included to the page few times with other different applications. (Each of this angular applications is isolated user ...
1
vote
0answers
61 views
Angular-UI-Calendar: Open popup on calendar dayClick
I am using angular ui-calendar which has dayClick() function, which is working properly but when I am attaching popover code inside dayClick function, the popover is not opened.
I have got the ...
1
vote
0answers
100 views
angular & ui-select2: showing preselected value doesn't work
When using the ui-select2 (https://github.com/angular-ui/ui-select2), the preselected option is not shown properly.
I created a plunkr: http://plnkr.co/edit/Ek86jUciPo7rgBnbKdFc
When the page is ...
1
vote
0answers
140 views
angular-ui ng-grid external column grouping
The drag/drop and built in menu methods are fairly useful for the ngGrid script. I am currently trying to make it so that you can perform the column grouping via an external method such as a check ...
1
vote
0answers
511 views
Angular UI select2 directive - updating the model programmatically not reflected on the widget
I'm trying to update select2 model programmatically and for the view to refresh but it doesn't seem to work.
Here's a sample plunker forked from the Angular UI project: ...
1
vote
0answers
252 views
E2E Testing with Angular UI datepicker
First post. I have a situation where I am using jQuery UI's datepicker to set model attributes. This is done with Angular UI and seems to work well, but I'm having a hard time trying to test it in the ...
0
votes
0answers
7 views
Deep-linking fails to set state in Angular-UI ui-router
Please check out this terribly simple site of mine: http://gist1.perlmodules.net:8080/
It uses two states. While the last one is reachable by clicking on the links at the bottom of the page, if you ...
0
votes
0answers
15 views
Setting the group option dynamically not working in ng-grid 2.0.7
I am creating a simple grid and getting the data from a json for both the columnDefs and the groups.
Setting columnDefs works properly, with
data: 'gridData' // Where gridData is $scope.gridData.
...
0
votes
0answers
27 views
AngularJS - bind not regular components to a model
I'm learning AngularJS and i'm stucked on something that is very frustrating me. I have two images , actually their functionality is radio buttons group , if first is choosed so second is non active ...
0
votes
0answers
3 views
ng-grid How to set separate style for last row
I am trying to display some aggregate value (like total) in the last row of an ng-grid. The style and css class of the last row needs to be different than the other cells in that column. How to ...
0
votes
0answers
18 views
Hide AngularJS UI datepicker
I am new to angular and ng-UI. I was able to add a datepicker to my page but that datepicker just stays there. Does the datepicker not provide the functionality to only show when clicked within an ...
0
votes
0answers
17 views
$dialog MessageBox — should autofocus primary button in angularUI
I am facing a real hard problem to get the autofocus on primary button in AngularUI $dialog.messageBox so that when i hit ENTER key , messagebox close itself.
Any idea or workaround ??