I've been going over this SO answer regarding $scope inheritance
and then set it up in my app. However, it seems that by using this method it also inherits the template of the parent - which won't work for my use case. So it seems the other option available to me would be to set up a $scope service and inject that into my controller?
I just want to be able to use 1 controller but have a few different templates using that controller, is a $scope
service the better way to go?