I am new(ish) to the whole javascript full stack applications, and completely new to Angular, so I was hoping somebody can put the record straight for me here.
Why w
You can include angular templates via Jade.
script(type="text/ng-template", id="admin") include partials/admin
For caching templates I perceive this as much less fragile than including the escaped templates in the javascript files.
See: https://docs.angularjs.org/api/ng/service/$templateCache