Top "Angular-ui" questions

AngularUI is the enhancement companion suite to the AngularJS framework.

How to use a keypress event in AngularJS?

I want to catch the enter key press event on the textbox below. To make it more clear I am …

angularjs angularjs-directive angular-ui
How to reload the current state?

I'm using Angular UI Router and would like to reload the current state and refresh all data / re-run the controllers …

angularjs angular-ui angular-ui-router
How to pass parameters using ui-sref in ui-router to controller

I need to pass and recieve two parameters to the state I want to transit to using ui-sref of ui-router. …

javascript html angularjs angular-ui-router angular-ui
Injecting $scope into an angular service function()

I have a Service: angular.module('cfd') .service('StudentService', [ '$http', function ($http) { // get some data via the $http var …

angularjs angular-ui angular-ui-router
Check if a input box is empty

How can I check if a given input control is empty? I know there is $pristine property on the field …

angularjs angular-ui
Angular bootstrap datepicker date format does not format ng-model value

I am using bootstrap date-picker in my angular application. However when I select a date from that date-picker underlying ng-model …

angularjs datepicker angular-ui angular-ui-bootstrap angular-ngmodel
Responsive dropdown navbar with angular-ui bootstrap (done in the correct angular kind of way)

I've created a JSFiddle with a dropdown navbar using angular-ui-boostrap's module "ui.bootstrap.dropdownToggle": http://jsfiddle.net/mhu23/2pmz5/ <…

angularjs angular-ui angular-ui-bootstrap
How to detect browser using angularjs?

I am new to angularjs. How can I detect userAgent in angularjs. Is it possible to use that in controller? …

angularjs angularjs-directive angularjs-scope angular-ui
How to achieve pagination/table layout with Angular.js?

Let's say I receive an object literal with 15+ objects and I need to display them in a nice layout (not …

angularjs angular-ui angularjs-ng-repeat
How to detect current state within directive

I'm using AngularUI's routing and I'd like to do a ng-class="{active: current.state}" but I'm unsure how to exactly …

angular-ui