DEPRECATED
This repojitory is no longer maintained.
Currently https://github.com/gerar2-s09/angular-ui-calendar-rails is mainstream.
angular-ui-calendar-rails
angular-ui-calendar-rails wraps the AngularJS UI Calendar library for use in Rails 3.1 and above. Assets will minify automatically during production.
Installation
Add this line to your application's Gemfile:
gem 'angular-ui-calendar-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install angular-ui-calendar-rails
Usage
Add the following directive to your JavaScript manifest file (application.js):
//= require angular-ui-calendar
You may need to add 'ui.calendar' into your app declaration for example
app = angular.module('MyApp', ["ui.calendar"])
Contributing
- Fork it ( https://github.com/gongo/angular-ui-calendar-rails/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request