## AngularJS + Rails Asset Pipeline This is my hand-rolled solution for getting Angular assets (Controllers, Models, Directives, Templates, etc.) integrated into the Rails Asset Pipeline. ### Templates and the `$templateCache` Of particular note: this hack will also load the AngularJS `$templateCache` with your templates, while allowing you to use [Slim](http://slim-lang.org), ERB, etc. to write your templates.