This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
controllerAs needs mentioning in service $controller of DeveloperGuide #10003
Closed
Description
I was searching how can I use controllerAs using $controller service, but in the DeveloperGuide doesn't exist anything about that, but actually we can use with the service $controller, like $controller('myController as myController', locals). Is possible add something about that situation? May I make a PR?