Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevemao/angular-ical
An Angular factory wrapper for ical.js
https://github.com/stevemao/angular-ical
Last synced: 2 days ago
JSON representation
An Angular factory wrapper for ical.js
- Host: GitHub
- URL: https://github.com/stevemao/angular-ical
- Owner: stevemao
- Created: 2015-05-13T07:27:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-01T23:29:40.000Z (over 9 years ago)
- Last Synced: 2025-01-02T04:50:50.564Z (16 days ago)
- Language: JavaScript
- Homepage:
- Size: 124 KB
- Stars: 3
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
> angular-ical is an Angular factory wrapper for [ical.js](https://github.com/mozilla-comm/ical.js)
`ICAL` doesn't have to be accessed by the `window` object. Use dependency injection instead. Great for unit test and do everything in the Angular manner.
Add `ngIcal` as a module dependency to your app after including the `angular-ical.js` script and inject `ical` anywhere you need.
**NOTE**: the service `ical` is the same object as `window.ICAL`. We prefer camelCase in Angular for objects.
[npm-image]: https://badge.fury.io/js/angular-ical.svg
[npm-url]: https://npmjs.org/package/angular-ical
[travis-image]: https://travis-ci.org/stevemao/angular-ical.svg?branch=master
[travis-url]: https://travis-ci.org/stevemao/angular-ical
[daviddm-image]: https://david-dm.org/stevemao/angular-ical.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/stevemao/angular-ical