Top "Angular-ui" questions

AngularUI is the enhancement companion suite to the AngularJS framework.

angular-ui modal with controller as syntax

I'm using angular-ui-bootstrap-bower#0.7.0 with angular#1.2.10 and when opening a modal where the controller is an "old fashioned" one, everything works …

angular-ui angular-ui-bootstrap
angularjs ui-select-choices dropdown aphabetical order depending on the input given

I'm using https://github.com/angular-ui/ui-select for the website I'm working on. Currently the code is as follows: <…

javascript jquery angularjs angular-ui angular-ui-select
Unknown provider: uniqueFilterProvider using unique filter in Angular.js

I am new to AngularJS. I am trying to implement filtering to build a unique list of options for the …

javascript html angularjs angular-ui angular-ngselect
howto disable selection in ng-grid

Is it possible to "disable" or lock the selection of a ng-grid using the inbuilt functionality? I want the user …

javascript angularjs angular-ui ng-grid
Typeahead Array of Objects?

I am having some issues understanding AngularUI Bootstrap's Typeahead directive. In their example of the statesWithFlags array of objects, they …

angularjs angular-ui angular-ui-typeahead
Adobe-Brackets Angularjs Code Completion

I am using adobe-brackets sprint39 to build the front end of websites. I am a heavy user of Angularjs. https://…

editor angular-ui adobe-brackets tern
how to get data from DataTransfer.getData in event Dragover or Dragenter

i have a code : element.addEventListener('dragstart',function(e){ e.dataTransfer.setData('Text', 'something is here'); },false); when i getdata …

javascript jquery angularjs jquery-ui angular-ui
How do I use angularjs directives in generated d3 html?

I'm trying to use the angularjs tooltip directive on my d3 visualisation, so I have something like var node = svg.…

angularjs d3.js angularjs-directive angular-ui
How to make Angular ui grid expand all rows initially?

I am using ui grid to show a list of data and I am trying to initially expand all rows. …

angularjs angular-ui angular-ui-grid
Angular UI Bootstrap Modal doesn't work with ng-include

Live example: http://plnkr.co/edit/wWS3UFB3IZ0cAI4u2x04?p=preview When "Open Modal 1" is clicked, the …

angularjs angular-ui angular-ui-bootstrap angularjs-ng-include