dangoor / todomvc-angular-aphrodite

SEMjs Aphrodite workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngularJS TodoMVC Example now with Aphrodite!

This is the original AngularJS TodoMVC example, but with the Aphrodite library also included on the page so that we can try it out for converting this project from CSS to using Aphrodite.

You might find the CSS to React tool to be handy for this.

HTML is great for declaring static documents, but it falters when we try to use it for declaring dynamic views in web-applications. AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop.

AngularJS - angularjs.org

Learning AngularJS

The AngularJS website is a great resource for getting started.

Here are some links you may find helpful:

Articles and guides from the community:

Get help from other AngularJS users:

If you have other helpful links to share, or find any of the links above no longer work, please let us know.

Testsuite

The app uses Karma to run the tests located in the test/ folder. To run the tests:

$ npm install
$ npm test

About

SEMjs Aphrodite workshop


Languages

Language:JavaScript 80.8%Language:HTML 19.2%