I am new to both angular and jade. I was wondering if angular can only be used with HTML, or if I could use the same angular call within a jade template? I have only seen an
Yes you can. It would look something like:
body(ng-app) button(ng-click="yourAngularFunc()")