File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
vendor/assets/javascripts Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11// Angular Rails Templates <%= AngularRailsTemplates::VERSION %>
22//
3- // angular_templates.ignore_prefix: <%= Rails.configuration.angular_templates.ignore_prefix %>
4- // angular_templates.markups: <%= Rails.configuration.angular_templates.markups %>
5- // angular_templates.htmlcompressor: <%= Rails.configuration.angular_templates.htmlcompressor %>
3+ // angular_templates.ignore_prefix: <%= :: Rails.configuration.angular_templates.ignore_prefix %>
4+ // angular_templates.markups: <%= :: Rails.configuration.angular_templates.markups %>
5+ // angular_templates.htmlcompressor: <%= :: Rails.configuration.angular_templates.htmlcompressor %>
66
7- angular . module ( "<%= Rails.configuration.angular_templates.module_name %>" , [ ] ) ;
7+ angular . module ( "<%= :: Rails.configuration.angular_templates.module_name %>" , [ ] ) ;
88
You can’t perform that action at this time.
0 commit comments