Skip to content

Arfius/calendar-view-directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Calendar View This software is an ionic directive that implements a Calendar. The css is inspired to W3C example, you can get more information here .

##Usage

  • Clone this repo
  • Copy following files to your project ( these files are in www/calendar-view-directive directory)
    • calendar-view.css
    • calendar-view.html
    • calendar-view.js
  • Import the directive to your project, the name of the directive is "directive.calendarView"
  • Use the below istruction to add the calendar to your html <calendar-view callback="eventDateSelected" ></calendar-view>
  • Define the callback in your controller to manage the selected date.

$scope.eventDateSelected = function(newdate) {

// manage new date here

alert(newdate); }

##Snapshot selecting

About

Ionic direttive that implements a Calendar

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published