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.
Feature Request: angular.component helper #10007
Closed
Description
Please see this demo: https://jsbin.com/yixote/11/edit?html,js,output
Thanks to "bindToController" in angular 1.3, we're able to create a much simpler api for building components.
Just as "angular.service" helps us to easily build an "angular.provider", I strongly believe a simplified "angular.component" could help us easily build components with "angular.directive".
I'm sure everyone will have plenty of feedback :)