Sha256: 6f1dd8be26146d3ad0579094dff84e65b11e8f14f881d21b6c8330a4710671a3

Contents?: true

Size: 258 Bytes

Versions: 2

Compression:

Stored size: 258 Bytes

Contents

require 'angular/html2js/template'
module Angular
  module Html2js
    class Engine < Template

      private

      def default_cache_id_proc
        Proc.new { |file_path, scope| scope.logical_path }
      end

    end

    config.init_sprockets
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
angular-html2js-0.0.4 lib/angular/html2js/engine.rb
angular-html2js-0.0.3 lib/angular/html2js/engine.rb