ionic2-calendar
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -1,4 +0,2 @@ | ||
import 'intl'; | ||
import 'intl/locale-data/jsonp/en'; | ||
export declare class NgCalendarModule { | ||
} |
import { NgModule } from '@angular/core'; | ||
import { IonicModule } from 'ionic-angular'; | ||
import 'intl'; | ||
import 'intl/locale-data/jsonp/en'; | ||
import { MonthViewComponent } from './monthview'; | ||
@@ -6,0 +4,0 @@ import { WeekViewComponent } from './weekview'; |
@@ -237,2 +237,5 @@ import { Component, Input, Output, EventEmitter, ViewChild } from '@angular/core'; | ||
} | ||
if (findSelected) { | ||
this.onTimeSelected.emit({ selectedTime: this.selectedDate.date, events: this.selectedDate.events }); | ||
} | ||
}; | ||
@@ -239,0 +242,0 @@ ; |
{ | ||
"name": "ionic2-calendar", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Ionic2 calendar component", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
574276
7007