Is it possible to prevent $scope to be inherited in nested views in ui-router for AngularJS?
I am working with AngularJS 1.x and ui.router 1.0.0-beta.3
ui-view directive uses inherited scope and it instantiates route controller with this scope. This is default behaviour that isn't supposed to be modified.
If isolated scope is desirable, route components should be used instead of route controller/template pairs.