Monday, January 11, 2016

Wednesday, January 6, 2016

UI Grid : Example to display row information in dialog box

http://plnkr.co/edit/cq7s9lKn90xTVgNxIC6b?p=preview

http://brianhann.com/6-ways-to-take-control-of-how-your-ui-grid-data-is-displayed/

Tuesday, January 5, 2016

An angular-dialog-service by Michael Conroy, Has Dialog functions for most uses including wait dialog. Uses Promise to finish actions.

Michael Conroy created a angular service for Dialog messages used for angular+bootstrap = angular UI.

Looks complete enough and has a Wait Dialog which is very nice to implement.

here is an article about it : http://michaeleconroy.blogspot.co.il/2013/10/redux-creating-application-dialog.html

and GitHub project is here : https://github.com/m-e-conroy/angular-dialog-service

Angular Adding Dynamic Content Exmaple

another example by alexsuch http://jsfiddle.net/user/alexsuch/fiddles/

Example at : http://jsfiddle.net/alexsuch/G3RJv/

Angular Bootstrap Dialog Example that uses the same Controller and is very simple to implement

Dialog boxes are expensive to develop in angular and bootstrap, Its OK because of the th overhead needed, but here is an example to display dialog boxes in the same controller using a directive to set the dialog box instead of a template.
Kudos to alexsuch http://jsfiddle.net/user/alexsuch/fiddles/

The example of Fiddler is here : http://jsfiddle.net/alexsuch/RLQhh/