I just upgraded to AngularDart 0.10, renamed my Ngcontrollers to Controller and I am very surprised to see that Controller
is marked as deprecated by dart-editor. I have seen that Controller is supposed to disappear in AngularDart 1.0 [1] but why is it already deprecated? Am I supposed to use something else right now?
[1] http://blog.angulardart.org/2014/04/angulardart-0100-ostemad-teleportation.html
I haven't really understood this change myself but some information:
https://github.com/angular/angular.dart/issues/919
It seems there is only a top level controller left and otherwise component should be used. This makes also
publishAs
obsolete.See also: https://github.com/angular/angular.dart/issues/413
Misko Heverys response about the reasoning behind the decision
(copied from https://github.com/angular/angular.dart/issues/919)