|
|
|
|
|
by jakestl
4507 days ago
|
|
It's funny because I find myself going the other direction from server-side page generation to angular. One of the main reasons is angular forces you to separate your controller logic from DOM manipulation. Without directives I tend to see a pile of jQuery on every page. How do you address this? |
|
So I would say you should ask yourself how much of your controller logic needs to be done on the client? If most of it can be done on the server, then the amount of jQuery you need will probably be quite manageable.