Top "Angular-ui" questions

AngularUI is the enhancement companion suite to the AngularJS framework.

<select> placeholder with angular/bootstrap not working

I would like to have a select with a placeholder in angularjs with bootstrap. The solutions I have found do …

angularjs angular-ui
How to set a default state with Angular ui-router

I am using states to change data in a table. URLs are of the form /zone/:zoneCode. However, when just /…

angularjs angular-ui
Angular UI DatePicker adjusting for timezone

I have a date stored as a Date in SQL Server. The date shows 4/24/2014 when I query in SQL. That …

angularjs datepicker timezone angular-ui
ui.bootstrap.datepicker is-open not working in modal

I´m using the Bootstrap UI datepicker directive and I´m trying to have an datepicker button that opens the …

angularjs angularjs-directive angular-ui
angular js: Prevent Bootstrap Modal from disappearing when clicking outside or pressing escape?

Am using the angular bootstrap to present a modal. But my requirement is to prevent pop-up dismissal when clicking outside …

javascript angularjs angular-ui angular-bootstrap
Scope issue in AngularJS using AngularUI Bootstrap Modal

plunker: http://plnkr.co/edit/wURNg8ByPYbEuQSL4xwg example.js: angular.module('plunker', ['ui.bootstrap']); var ModalDemoCtrl = function ($scope, $modal) { $…

angularjs angular-ui angular-ui-bootstrap
Adding ui.bootstrap dependency with bower

I m trying to add ui.bootstrap dependency to my angular project (I m using yeoman, bower). I did this : …

angularjs angular-ui bower
How to hide column in ng grid

here is my code: index.html <!DOCTYPE html> <html ng-app="myApp"> <head> <meta …

angularjs angular-ui ng-grid
How to integrate AngularUI to AngularJS?

Sorry for the silly question, does everyone know how to start using AngularUI? I've downloaded it from Github and read …

angularjs angular-ui
Angularjs Bootstrap modal closing call when clicking outside/esc

I am using the Angular-ui/bootstrap modal in my project. Here is my modal: $scope.toggleModal = function () { $scope.theModal = $modal.…

javascript angularjs angular-ui angular-ui-bootstrap