geddski / overmind

Easy module isolation and lazy loading for Angular apps
Other
505 stars 24 forks source link

Expose currentViewScope on overmind.shared #21

Closed timehat closed 9 years ago

timehat commented 9 years ago

When turning off Angular's debug info, there's no way to easily get the scope for the "#current-view" div. (Though it should be the only child of the overmindScope, this provides a more safe way to obtain the currentViewScope.)

geddski commented 9 years ago

thx @timehat