ClickerMonkey / SemanticUI-Angular

Angular Directives for Semantic UI
http://clickermonkey.github.io/SemanticUI-Angular/examples/
MIT License
56 stars 28 forks source link

Missing visible set onShow modal? #11

Closed dantium closed 7 years ago

dantium commented 8 years ago

I think the modal directive is missing settings the visible variable state to true onShow, should it have this added?

SemanticUI.onEvent( settings, 'onShow', function() { visibleWatcher.set( true ); } );