|
|
|
|
|
by dignifiedquire
4908 days ago
|
|
I switched from backbone to angular about half a year ago. It was the best thing that ever happened to the project I was working on. I've rebuilt the complete interface using angular in 2 days. The original backbone version took me weeks (I learned both frameworks from the ground up while writing the interface) It was just a joy to see how databinding and promises where working hand in hand to make my life as a developer so much easier. |
|
I've looked over the docs, and as far as I can tell there really isn't a model in Angular - not anything concrete anyway.
The docs seem to explain that any JS object is a model as long as you make some reference to it.
Or, is an angular Controller (+ some JS data structure) really a model.
Its quite confusing to me.