AngularUI is the enhancement companion suite to the AngularJS framework.
I want a date picker in my cell so i have created a cell template var myDateTemplate= '<input …
angularjs angular-ui ng-gridI have a project which is builded on plain angular.js code. We creates unittest with jasmine. But now we …
javascript angularjs angular-ui karma-runnerI 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-gridI'm trying to achieve something very straightforward: <ui-select multiple ng-model="company.stack" theme="bootstrap"> <ui-select-match>{$$item.…
angularjs angular-ui ui-select2I have an Angular App using the great ui-router. My setup looks like: .config( function ($stateProvider, $urlRouterProvider) { $stateProvider // PROJECT DETAIL .…
angularjs angular-ui angular-routingAt 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-bootstrapI'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-gridI want have a multi language view with an ngTable. For do that, i set in my controller a $scope.…
angularjs angular-ui ngtablein 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-selectI'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