Code Monkey home page Code Monkey logo

Comments (6)

stevehook avatar stevehook commented on June 22, 2024

I hit the same problem. To get it working I had to add a karma preprocessor to convert the angular templates (plain html in my case) to Javascript. See https://github.com/karma-runner/karma-ng-html2js-preprocessor

You will need to configure the preprocessor to use the 'templates' module that angular-rails-templates expects. So you will need something like this in your karma.conf.js:

preprocessors: {
  '**/*.html': ['ng-html2js']
},

ngHtml2JsPreprocessor: {
  // we want all templates to be loaded in the same module called 'templates'
  moduleName: 'templates'
}

from angular-rails-templates.

davidhlee avatar davidhlee commented on June 22, 2024

Thanks Steve, this worked out well! Thanks for chiming in, much appreciated.

from angular-rails-templates.

kimardenmiller avatar kimardenmiller commented on June 22, 2024

Anyone have experience doing the same with .slim files?

from angular-rails-templates.

derrickmar avatar derrickmar commented on June 22, 2024

@kimardenmiller you might want to check out this post http://codetunes.com/2014/karma-on-rails/. It will tell you how to precompile .slim files

from angular-rails-templates.

kimardenmiller avatar kimardenmiller commented on June 22, 2024

@derrickmar , thanks. Very helpful! 😄

from angular-rails-templates.

gottfrois avatar gottfrois commented on June 22, 2024

Oh man... just spend hours on this and you saved my day ! Thx

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.