Sha256: e44ce8ac3ff0710a0ec4c30c3b34278615d7349c8f339f3cf76508d109ea804b

Contents?: true

Size: 218 Bytes

Versions: 1

Compression:

Stored size: 218 Bytes

Contents

// Angular Rails Template
// source: <%= source_file %>

angular.module("<%= angular_module %>").run(["$templateCache", function($templateCache) {
  $templateCache.put("<%= angular_template_name %>", <%= html %>)
}]);

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
angular-rails4-templates-0.3.0 lib/angular-rails-templates/javascript_template.js.erb