angular-rails-templates:将角度模板与rails的资产管道一起使用

时间:2024-02-20 21:58:04
【文件属性】:

文件名称:angular-rails-templates:将角度模板与rails的资产管道一起使用

文件大小:85KB

文件格式:ZIP

更新时间:2024-02-20 21:58:04

rails angular rails-asset-pipeline angular-template angular-rails-templates

角轨模板 使用Rails资产管道将HTML模板添加到Angular的$templateCache 。 重要信息:对于Rails 4.2+,请使用此gem的1.0+版本。 对于Rails 3-4.1,请使用版本0.x 科 建立状态 主 0-x稳定 它不需要AJAX调用来检索模板(或您将它们手动设置为DOM)。 用法 1.添加宝石 在Gemfile中 gem 'angular-rails-templates' 2.在Rails Asset Pipeline中包含模板 然后,在application.js文件中,需要angular-rails-templates和您的模板: //= require angularjs // ... //= require angular-rails-templates // // Templates in app/assets/javascript/templates //= require_tree ./templates // OR // Templates in app/assets/templates (but see step 5) /


【文件预览】:
angular-rails-templates-master
----.gitignore(134B)
----README.md(8KB)
----gemfiles()
--------rails_4.2.gemfile(157B)
--------rails_5.0.gemfile(172B)
--------rails_6.0.gemfile(164B)
--------rails_4.2_sprockets4.gemfile(191B)
--------rails_head.gemfile(168B)
--------rails_5.0_sprockets4.gemfile(206B)
--------rails_head_sprockets4.gemfile(202B)
----CHANGELOG.md(2KB)
----test()
--------integration()
--------dummy()
--------compact_javascript_escape_test.rb(2KB)
--------precompile_test.rb(2KB)
--------test_helper.rb(623B)
----Gemfile(138B)
----LICENSE(1KB)
----vendor()
--------assets()
----angular-rails-templates.gemspec(889B)
----.travis.yml(392B)
----lib()
--------angular-rails-templates.rb(297B)
--------angular-rails-templates()
----Rakefile(442B)

网友评论