Top "Angular-ui" questions

AngularUI is the enhancement companion suite to the AngularJS framework.

ui-date-format in nggrid cell template

I want a date picker in my cell so i have created a cell template var myDateTemplate= '<input …

angularjs angular-ui ng-grid
How to add jquery to jasmine/angularjs unittests

I have a project which is builded on plain angular.js code. We creates unittest with jasmine. But now we …

javascript angularjs angular-ui karma-runner
AngularJS ui-grid- To show 'No Data Available' when the response contains empty array

I want to show 'No Data Available' in ui-Grid 3.0, if the response from the ajax contains empty json data array …

angularjs angular-ui angular-ui-grid
ng-model is not getting changed in ui-select

I'm trying to achieve something very straightforward: <ui-select multiple ng-model="company.stack" theme="bootstrap"> <ui-select-match>{$$item.…

angularjs angular-ui ui-select2
Angular UI router - access state params in parent

I have an Angular App using the great ui-router. My setup looks like: .config( function ($stateProvider, $urlRouterProvider) { $stateProvider // PROJECT DETAIL .…

angularjs angular-ui angular-routing
Should I use Angular UI Bootstrap or plain Bootstrap 3?

At time of writing Angular UI Bootstrap is based on Twitter Bootstrap 2 while the latest version is Bootstrap 3. If I …

angularjs twitter-bootstrap twitter-bootstrap-3 angular-ui angular-ui-bootstrap
Detecting cell changes in angular.js and ng-grid

I've racked my brain but am unable to figure out how to detect the cell data change in ng-grid. The …

angularjs angular-ui ng-grid
How to set dynamic data-title in ngtable (angular plugin)

I want have a multi language view with an ngTable. For do that, i set in my controller a $scope.…

angularjs angular-ui ngtable
Angularjs and UI-Select: how to select an option from code

in angularjs i have a ui-select: <ui-select ng-model="itemSelected.selected" theme="selectize" ng-disabled="disabled"> <ui-select-match placeholder="Select …

angularjs angular-ui ui-select2 ui-select
Angular ui.router, call parent controller function from child controller?

I'm using Angular with ui.router and have setup a nested view. The parent view has a div whose visibility …

angularjs angular-ui angular-ui-router angularjs-controller