1fixdotio / angularjs-demo-theme

A demo theme built for the post on http://1fix.io
87 stars 32 forks source link

Just a question #2

Closed t0t closed 9 years ago

t0t commented 9 years ago

Hello,

I'm learning with your angularjs-demo-theme a lot. I saw you dont use the angular directive ng-controller="" in order to show the controller's data. Please, could you explain why? thanks!

yoren commented 9 years ago

Hey, I didn't do it on purpose, just no need to use it. For now I only use controllers with routers (to manipulate the view).

Please note this project is just for demo, some approaches I took might not be best practices.

t0t commented 9 years ago

I know but it is enought for me to learn the basics! ;)