angular.dart
angular.dart copied to clipboard
Replace context map with component Controller.
Currently the scope.context is Map or ProtoMap. This should be removed in favor of the component Controller. This means that we can remove publishAs from the Component declaration. It means that templates which say {{cntl.foo}} will become {{foo}}.
I have started to tackle this one