Giter Site home page Giter Site logo

Comments (8)

foxyblocks avatar foxyblocks commented on July 23, 2024

❤️

from angular-rails-templates.

foxyblocks avatar foxyblocks commented on July 23, 2024

I managed to get this to work with Haml, not sure if these steps will work with slim but it's worth a shot.

  1. Move the templates folder from app/assets/templates to app/assets/javascripts/templates

  2. Create an initializer to register haml assets

    # config/initializers/haml.rb
    Rails.application.assets.register_engine '.haml', Tilt::HamlTemplate
  3. give your file the .js extension. So my_template.html.haml becomes my_template.js.html.haml

  4. When you use it in angular you have to include all the extensions:

    {
    templateUrl: 'my_template.js.html.haml'
    }

Good luck.

from angular-rails-templates.

bashmish avatar bashmish commented on July 23, 2024

Thanks for the workaround!

It seems a little confusing though. So issue (feature request?) is still actual IMO.

from angular-rails-templates.

foxyblocks avatar foxyblocks commented on July 23, 2024

I agree. Also it ideally shouldn't require all those file extensions. I also ran into a problem in that rails didn't seem to precompile these correctly.

from angular-rails-templates.

davidgengenbach avatar davidgengenbach commented on July 23, 2024

Thanks a lot :)
👍

from angular-rails-templates.

dmathieu avatar dmathieu commented on July 23, 2024

Perhaps just with an optional configuration variable in config/application.rb?

from angular-rails-templates.

dmathieu avatar dmathieu commented on July 23, 2024

After a second thought, I'm going to close this issue.
The "problem" with multiple files extensions is related to sprockets, since that's the way it works.
Currently, this gem can't precompile templates from other formats, like slim.
While it'd be awesome, it would be a new feature, not a bug to fix. If someone wants to work on it, I'd be glad to review and merge a pull request ❤️

from angular-rails-templates.

voltechs avatar voltechs commented on July 23, 2024

How can this be done if one were building a Rails::Engine?

e.g.
Rails.application.assets.register_engine '.haml', Tilt::HamlTemplate
??

from angular-rails-templates.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.