sahat / megaboilerplate

Handcrafted starter projects, optimized for simplicity and ease of use.
MIT License
3.83k stars 257 forks source link

Add controllerAs syntax in the app.js #176

Open thekage91 opened 8 years ago

thekage91 commented 8 years ago

All controllers use the keyword this, but in the definition of route the syntax controllerAs don't are used. This causes that all functions/variables/ecc invoked in all views don't work.