Can angular be used within a jade template?
问题 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 angular templates being used with HTML, and have not found it used in any jade templates. is it possible to do such a thing? How would angular in a jade template look? 回答1: Yes you can. It would look something like: body(ng-app) button(ng-click="yourAngularFunc()") 回答2: You can download the angular-express-bootstrap-seed - A