angular.dart icon indicating copy to clipboard operation
angular.dart copied to clipboard

Replace context map with component Controller.

Open mhevery opened this issue 11 years ago • 1 comments

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}}.

mhevery avatar Apr 16 '14 21:04 mhevery

I have started to tackle this one

vicb avatar Apr 23 '14 16:04 vicb