I have a rails application, using angularjs for the client side development. I try to load a template located in `app/assets/javascripts/templates/\':
myApp
My problem has been a sprockets incompatibility. Version 2.1.3 works though so I put this in my Gemfile:
sprockets
Gemfile
gem 'sprockets', '2.12.3'
And I ran bundle update sprockets and it's all peachy.
bundle update sprockets