ngEasyModal A simple directive/delegator for show, get and hide modals.

Last choise
{{main.currentAction}}
Current status
{{main.easyModal.get('status') || 'null'}}
Current title
{{main.easyModal.get('title') || 'null'}}
Current body
{{main.easyModal.get('body') || 'null'}}
Current buttons
{{main.easyModal.get('buttons') || 'null'}}
Current clickOut
{{main.easyModal.get('clickOut') || 'false'}}

Classic

Click Out

Transclude


My content comes from the page and not from directive or controller
I'm an overAll modal and my template was reset!