README.md in angular-rails-engine-0.9.2.2 vs README.md in angular-rails-engine-1.0.7.0

- old
+ new

@@ -1,12 +1,12 @@ -# Angular.js for Rails 3 +# Angular.js for Rails 3 & 4 Make [Angular.js](http://angularjs.org) into Rails Engine. ## Version -Angular.js 1.0.6 +Angular.js 1.0.7 -## Rails 3.1 or later +## Rails 3.2 or later Include Gemfile, gem 'angular-rails-engine' Add javascripts into application.js @@ -16,19 +16,19 @@ ## CDN This gem supports cdn the same as [jquery-rails-cdn](https://github.com/yjchen/jquery-rails-cdn). In the application layout, add - = angular_include_tag :default + = angular_js_include_tag :default and remove corresponding lines in application.js. -## Options +### Options Set :compressed to use minimized library locally like this: - = angular_include_tag :default, :compressed => true + = angular_js_include_tag :default, :compressed => true Set :local_copy true to use local copy when CDN is not available. Remember to add assets name in confign/environments/production.rb: @@ -36,10 +36,10 @@ See https://gist.github.com/3698589 for using Angular.js with Rails assets. ## License -Copyright (c) 2012 Yen-Ju Chen +Copyright (c) 2012-2013 Yen-Ju Chen MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the