pitr / angular-rails-templates

Use your angular templates with rails' asset pipeline
https://rubygems.org/gems/angular-rails-templates
MIT License
566 stars 169 forks source link

Docs: templates location #151

Open ajbogh opened 7 years ago

ajbogh commented 7 years ago

In the "5. Avoid name collisions" section the template path is app/assets/templates/user.html, also in the "Configuration Option: ignore_prefix" section it states "If you place your templates in app/assets/templates this option is mostly useless." However, in the same section it states "any templates placed under app/assets/javascripts/templates will automatically have short names."

Are both folders acceptable, or is the app/assets/javascripts/templates folder a typo?