Skip to content Skip to sidebar Skip to footer
Showing posts with the label Angular Ui

How To Make Angular Ui-router's Parent State Always Execute Controller Code When State Changes?

Let's say we have a parent-child relationship defined in our $stateProvider as follows: .st… Read more How To Make Angular Ui-router's Parent State Always Execute Controller Code When State Changes?

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 = fun… Read more Angularjs Bootstrap Modal Closing Call When Clicking Outside/esc

Angularjs Google Map Directive Map Instance

I'm using http://angular-google-maps.org/ it's nice angular google maps library. But i want… Read more Angularjs Google Map Directive Map Instance

Angular-ui > Ui-utils > Ui-scroll Does Not Work (v. 0.1.0)

I am using this: http://angular-ui.github.io/ui-utils/ and to be more specific this:https://github.… Read more Angular-ui > Ui-utils > Ui-scroll Does Not Work (v. 0.1.0)

Angular Ui Sortable Callback

Is there a way to set a callback function with angular ui's sortable? I'd like to add ng-up… Read more Angular Ui Sortable Callback

Angular Ui-state With Params Type In Typescript

What I know When using TypeScript with angular's ui state, I can provide 'type assertion… Read more Angular Ui-state With Params Type In Typescript

Doubly-nested Views In Ui Router

Playing around with angular-ui and specifically using the ui-router module to do some nested views.… Read more Doubly-nested Views In Ui Router

Fire Angularjs Event When Tab/browser Is Closed

I would like to fire JS code in Angularjs controller. I have this: $scope.$on('$destroy', … Read more Fire Angularjs Event When Tab/browser Is Closed