2
votes
1answer
86 views

Angular.js sanity check: Services vs. Factories vs. Controllers… + Directives + Behavior

This article about when to use directives, services and controllers, as awesome and helpful as it is... has me massively confused about everything I think I know about the ideal structure of an ...
0
votes
1answer
528 views

RequireJS and AngularJS multiple controllers

I'm using latest version of Require and Angular, but i encountered strange bug. I have controller for every view, but apparently works only for one view. This is my example code: Define all ...
0
votes
0answers
409 views

AngularJS: Sample ToDo App - Questions and Review

I know there are tons of AngularJS ToDo apps/topics out there and I've read quite a few of them to get a basic understanding of AngularJS, how things work and the idea people put behind their code. ...