angularify / angular-semantic-ui

[WiP] AngularJS native directives for Semantic UI
http://angularify.github.io/angular-semantic-ui
MIT License
383 stars 87 forks source link

Don't use separate scope in modals #53

Open sijmenvos opened 9 years ago

sijmenvos commented 9 years ago

By setting scope to false you can use the scope from the controller where the model is used in.

I think you should either this setting, or there should be an option to assign a new controller and inject stuff from the other controller.