Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 520 Bytes

File metadata and controls

14 lines (10 loc) · 520 Bytes

meteor-angular-ui-calendar

Adds angular ui-calendar directive for Meteor. This package is only a wrapper to include all necessary JS and CSS files to the the ui-calendar directive to work.

Example

Here is a showcase how to add the basic functionality into your app controller:

Install

meteor add angularui:ui-calendar

Important

Include FullCalendar if the source is missing in your app:

meteor add planettraining:jquery-fullcalendar