-
Notifications
You must be signed in to change notification settings - Fork 13.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Component based AngularJS #1613
Comments
Why not version 1.5? It introduces one-way binding and components which helps a lot in making component based applications. |
We have lots pre 1.5 code was implemented as such, may not able to migrate for a while. For the new application we do use 1.5 component, I can contribute 1.5 version if you think it has some value. Thanks. |
I would like to see component-based implementation of that (but yes, in Angular 1.5 likely, no typescript please) |
Sorry, just came back from vacation, I will submit it soon. |
no problem! hope You enjoyed Your vacation :) happy coding! :) |
Here is the code, running with NG 1.5 and Javascript. Can you review. |
Closing this, since we added a new Angular version: #2212 |
Hi,
I'd like to contribute a version of todomvc using component based AngularJS (version 1.4), the concept has been specified in the following documents:
http://busypeoples.github.io/post/thinking-in-components-angular-js/
https://leanpub.com/web-component-development-with-angularjs
I have the TypeScript version attached so you can have an idea, and JavaScript version can be easily derived. If you guys interested to accept them, I can enhance it according to your coding standard.
typescript-angular.tar.gz
Kae
The text was updated successfully, but these errors were encountered: