toddmotto / angularjs-styleguide

AngularJS styleguide for teams
https://ultimateangular.com
5.96k stars 700 forks source link

any example source? #75

Closed atian25 closed 8 years ago

atian25 commented 8 years ago

great article, thanks

BioPhoton commented 8 years ago

Would be really helpful to have an example next to this great doc.

tech-no-logical commented 8 years ago

I've translated the guide into this small plunk. it's not fully functional, but you can get some feel for it at least :

http://plnkr.co/edit/wGDoJe

chihab commented 8 years ago

Here is a sample app following the Styleguide: https://github.com/chihab/angular-styleguide-sample @toddmotto could take a look at it and add maybe add it to Resources section if Ok.

The sample app is for learning purpose, a more eye friendly version is under development.

The app uses webpack for building and running the app and has the exact same code as in the article.