scotch / angular-brunch-seed

AngularJS + Brunch
Other
228 stars 78 forks source link

Documentation corrected to enable using HTML templates instead of Jade #115

Closed subodh-malgonde closed 9 years ago

subodh-malgonde commented 9 years ago

Instructions on using plain HTML templates instead of Jade templates were incomplete. In order to use HTML templates one needs to remove dependency on "partials" for the module App in "app/app.coffee". Otherwise one gets an error and the browser is not updated on changing the HTML templates.

kylefinley commented 9 years ago

Thank you @subodh-malgonde!