Ionic 3 Calendar

Ionic 3 Calendar

Theme for Ionic 3 Calendar. Swipe Calendar Months, Event Markers, highlight holidays and weekends

$25.00

Not yet rated
Pravisha

Pravisha

Member since 2015

Details

Version:
3.6.0
Size:
2mb
Ionic:
3.x
Platforms:
iOS, Android
View ID:
52e4ab79
Released:
8 years ago
Updated:
7 years ago
Category:
Themes
Tags:
theme, ioniccalendar, ionic 3, calendar

Ionic Calendar

Theme for Ionic 2 Calendar. Swipe Calendar Months, Event Markers, highlight holidays and weekends.

This a theme based APP. There are NO backend API integrations available for this theme. The features mentioned are theme pages with static data

Purchase Options

Paypal from here
Gumroad from here

Features

  • Ionic 3.x (Current Version Supported is 3.6.0)
  • Angular 4.x and Typescript
  • Monthly Calendar
  • Slider Support to Swipe Calendar Months
  • Action Row Placeholder Below Selected Date
  • Calendar Modelled As Component With Template and Service
  • Event Markers for Calendar Days
  • Highlight Holidays and Weekends
  • Detailed Documentation explaining the core units of the calendar component
  • Material Design Colors
  • Change Theme Using SASS Variables

Demo

For demo, please check in Ionic View with id 52e4ab79 or watch it here

Hey there! You'll need to log in before you can leave a comment here.

Dan Nguyen

Dan Nguyen   ·   8 years ago

Can you select 2 dates and have it highlight the days between then get results of the first and last date?

Pravisha

Pravisha   ·   8 years ago

Currently, the model has current date or user selected date. The component can be customised to define start date and end date based on user selection and based on these dates, the days can be highlighted and results can be found

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Pravisha

Pravisha   ·   8 years ago

We have now released a new version 1.0.3 to upgrade to Ionic Framework 2.0.0-beta.11

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Pravisha

Pravisha   ·   8 years ago

We have added new payment gateway options in the description. The options that are available now are Paypal, Gumroad and Instamojo(India)

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

erol eskici

erol eskici   ·   8 years ago

We just brought your calendar but are not able to run it. We are getting following error: EXCEPTION: Error: Uncaught (in promise): Failed to load build/core/launch/launch.html (09:45:41:152 | startGroup) at www/build/js/app.bundle.js:47209 EXCEPTION: Error: Uncaught (in promise): Failed to load build/core/launch/launch.html (09:45:41:154 | error) at www/build/js/app.bundle.js:47200 STACKTRACE: (09:45:41:156 | error) at www/build/js/app.bundle.js:47200 Error: Uncaught (in promise): Failed to load build/core/launch/launch.html at resolvePromise (www/build/js/zone.js:538:32) at resolvePromise (www/build/js/zone.js:523:18) at http://localhost:8383/Kundeoverblik/www/build/js/zone.js:571:18 at ZoneDelegate.invokeTask (www/build/js/zone.js:356:38) at Object.onInvokeTask (www/build/js/app.bundle.js:40331:41) at ZoneDelegate.invokeTask (www/build/js/zone.js:355:43) at Zone.runTask (www/build/js/zone.js:256:48) at drainMicroTaskQueue (www/build/js/zone.js:474:36) at XMLHttpRequest.ZoneTask.invoke (www/build/js/zone.js:426:22) (09:45:41:159 | error) at www/build/js/app.bundle.js:47200 (09:45:41:162 | endGroup) at www/build/js/app.bundle.js:47218 Unhandled Promise rejection: (09:45:41:162 | error) at www/build/js/zone.js:461 This what we did: -copied the core dir with calendar and launch dir into our project. -added moment.js into our project -from app.ts ran the calendar by calling: rootPage: any = Launch; What are we missing?

Pravisha

Pravisha   ·   8 years ago

Are you able to launch it from the ioniccalendar project without copying it to your project?

erol eskici

erol eskici   ·   8 years ago

Yes, no problem running your project. Am just not able to add your calendar to my project.

Pravisha

Pravisha   ·   8 years ago

Ok. Then you have to check your project www/build/core/launch/launch.html. Does this file exist in your project? If this file does not exist, then you have check your gulpfile.js. Maybe, your gulpfile.js is not up-to-date with the latest ionic framework release

erol eskici

erol eskici   ·   8 years ago

Well am trying to add your calendar to ionic2 conference app and it's using the following gulp file: https://github.com/driftyco/ionic-conference-app/blob/master/gulpfile.js. It should be up to date. And launch.html does exist in my project. So i don't know what else to look for?

Pravisha

Pravisha   ·   8 years ago

I am assuming you have copied the core folder as app/core to your project. If launch.html does not get copied to your www/build/... folder, then looks to be an issue in your environment and gulp tasks.

Pravisha

Pravisha   ·   8 years ago

also, make sure that you don't have typescript errors in your project

erol eskici

erol eskici   ·   8 years ago

You were right after changing the templateUrl: 'build/pages/core/launch/launch.html', i was able to run your calendar. Thx for the help :-)

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

erol eskici

erol eskici   ·   8 years ago

How do you change the week days to start monday instead of sunday?

Pravisha

Pravisha   ·   8 years ago

1) Change the weekNames array header in constructor to start with Monday 2) Replace dateLocal.day(0) with dateLocal.day(1) in app/core/calendar/calendar.ts

erol eskici

erol eskici   ·   8 years ago

It works. Once again thx :-) I was able to change the locale of the calendar to danish also by setting: require('moment/locale/da'); right after var moment = require('moment');

Pravisha

Pravisha   ·   8 years ago

Great. Thanks for the locale input. We have not tried that before.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

chris

chris   ·   8 years ago

Hello. I'm having the hardest time integrating your calendar into my app. Granted, I'm new to Ionic 2, but it seems like your file structure is non standard. Imagine that I start out with the standard ionic start myAPP --v2 which will generate a tabs layout. How do I go about integrating your calendar to work as one of the tabs? Thank you in advance

Pravisha

Pravisha   ·   8 years ago

I hope your issue is resolved. There is a detailed documentation available in the product bundle which explains how the component is developed. Since you are new to ionic, you need to check the package.json for ionic version being used. Do note that Ionic 2 is evolving rapidly with drastic changes in every release. The ionic starter app will be updated for the latest release and this may not be in sync with our release. We try to update to the latest release based on the stability of the release.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Pravisha

Pravisha   ·   8 years ago

We have now released a new version 1.0.4 to upgrade to Ionic Framework 2.0 RC 1

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Pravisha

Pravisha   ·   7 years ago

We have now released a new version 1.0.5 with RC-1 and Webpack support

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Pravisha

Pravisha   ·   7 years ago

We have now released a new version 1.0.6 with support for Ionic Framework 2.0 RC-2

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

dhaya

dhaya   ·   7 years ago

is multi selection ,range selection available in Ionic 2 Calendar.

Pravisha

Pravisha   ·   7 years ago

We don't have support for multi selection or range selection in this theme

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Pravisha

Pravisha   ·   7 years ago

We have now released a new version 1.0.7 with support for Ionic Framework 2.0 RC-5

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Pravisha

Pravisha   ·   7 years ago

We have now released a new version 2.0.0 with support for Ionic Framework 2.0 Final

Shlomi Atia

Shlomi Atia   ·   7 years ago

Where can I get your API? or a demo to see that everything is working? Thanks.

Pravisha

Pravisha   ·   7 years ago

Hello, As this is a theme, there are no APIs. For demo, you can use the Ionic View with id 52e4ab79

Shlomi Atia

Shlomi Atia   ·   7 years ago

I saw the app in Ionic View, but I would like to see some Docs and see the functions I can use with your plugin. I saw comments here that it is hard to implement your plugin, and I wanna see some proof it isn't. Thank you

Pravisha

Pravisha   ·   7 years ago

Docs are provided with the source code after purchase. If you are comfortable in ionic, then it is easy to understand

Shlomi Atia

Shlomi Atia   ·   7 years ago

OK Thank you

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Kyriakos Naziris

Kyriakos Naziris   ·   7 years ago

Can your calendar be integrated with a CalDAV and fetch the events from there?

Pravisha

Pravisha   ·   7 years ago

You can customise the theme as per your requirement. There is currently no API integration for this theme

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Pravisha

Pravisha   ·   7 years ago

We have now released a new version 3.0.0 with support for Ionic Framework 3.0.1

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Ison

Ison   ·   7 years ago

how to add events to the calendar

Ison

Ison   ·   7 years ago

Iam adding event marker like this<em class="marker" *ngIf="checkEvent(day)"></em> but by adding like this iam getting very bad user experience is there any other way to add marker i have events dates in my json file

Pravisha

Pravisha   ·   7 years ago

I think it is more to do with the design of your app. You should look at some fast in-memory cache to pre load events and then use the cache for later lookup.

Ison

Ison   ·   7 years ago

yeah i am fetching events data in init method and keeping in local cache and after i am comparing by using checkEvent(day) method passing day to it. Problem with this procedure is check event method is executing 121 times like that will you please guide me to do in correct way I have some events with dates in that i need to keep markers on that date

Pravisha

Pravisha   ·   7 years ago

You may try using a directive on the element and use the directive to programatically set the css class on the element. We have used something similar to this effect in our datepicker theme which is available at http://market.ionic.io/themes/ionic-2-date-picker

Ison

Ison   ·   7 years ago

can you guide me with some peace of code or example template

Ison

Ison   ·   7 years ago

its urgent please let me know to add event markers for particular dates

Pravisha

Pravisha   ·   7 years ago

I think you should first try to access your events cache object directly from your templates instead of calling a function. The problem statement is more related to how you can use angular to achieve your objective. I think if you ask your question in angular forums, you may get a better solution. We will not be able to help further on this.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Salamanca Solutions

Salamanca Solutions   ·   7 years ago

How can I disable dates?

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Salamanca Solutions

Salamanca Solutions   ·   7 years ago

How can I disable dates?

Pravisha

Pravisha   ·   7 years ago

Disabling date is not a feature yet in this theme

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Salamanca Solutions

Salamanca Solutions   ·   7 years ago

there is a problem while I slide through different months. It stops at some point like Nov 2017, March 2017. Any suggestions?

Salamanca Solutions

Salamanca Solutions   ·   7 years ago

Cannot read property 'selectedMonth' of undefined that is the error I am getting

Pravisha

Pravisha   ·   7 years ago

Please send the console logs, version number and the steps to reproduce to ionicplus@pravishatech.com. We will take a look at it

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Juan Carlos Ferrel

Juan Carlos Ferrel   ·   7 years ago

How can I stop swiping left I don't want to see older months

Pravisha

Pravisha   ·   7 years ago

This feature is not yet supported. However, for your requirement, you may handle the logic in ngOnInit() and handleSlideView() and check for prevMonth selection.

Juan Carlos Ferrel

Juan Carlos Ferrel   ·   7 years ago

I did that however handleView does not block swiping any suggestions ?

Pravisha

Pravisha   ·   7 years ago

Can you send your changes to ionicplus@pravishatech.com? We will check and get back.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

ionicbaker

ionicbaker   ·   7 years ago

what is the difference between basic and premium license? Is just UI quality difference?

Pravisha

Pravisha   ·   7 years ago

UI is same for both. Premium license is for commercial usage, if you are planning to charge end users in your app. Basic license is for non commercial usage

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Michal Wojtalewicz

Michal Wojtalewicz   ·   6 years ago

Does the plugin support min / max date? Does the plugin support selecting only one date? Does the plugin support globalization (locale) for datetime objects?

Pravisha

Pravisha   ·   6 years ago

In the current theme, there is no min/max date support and only one date selection is supported. It uses moment.js for datetime object. So globalization support is as per the support give my moment.js You may want to customise the theme as per your needs

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

  ·   just now

{{ comment.comment }}

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

  ·   just now

{{ comment.comment }}

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Michal Wojtalewicz

Michal Wojtalewicz   ·   6 years ago

Does the plugin support min / max date? Does the plugin support selecting only one date? Does the plugin support globalization (locale) for datetime objects?

Pravisha

Pravisha   ·   6 years ago

In the current theme, there is no min/max date support and only one date selection is supported. It uses moment.js for datetime object. So globalization support is as per the support give my moment.js You may want to customise the theme as per your needs

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

ionicbaker

ionicbaker   ·   7 years ago

what is the difference between basic and premium license? Is just UI quality difference?

Pravisha

Pravisha   ·   7 years ago

UI is same for both. Premium license is for commercial usage, if you are planning to charge end users in your app. Basic license is for non commercial usage

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Juan Carlos Ferrel

Juan Carlos Ferrel   ·   7 years ago

How can I stop swiping left I don't want to see older months

Pravisha

Pravisha   ·   7 years ago

This feature is not yet supported. However, for your requirement, you may handle the logic in ngOnInit() and handleSlideView() and check for prevMonth selection.

Juan Carlos Ferrel

Juan Carlos Ferrel   ·   7 years ago

I did that however handleView does not block swiping any suggestions ?

Pravisha

Pravisha   ·   7 years ago

Can you send your changes to ionicplus@pravishatech.com? We will check and get back.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Salamanca Solutions

Salamanca Solutions   ·   7 years ago

there is a problem while I slide through different months. It stops at some point like Nov 2017, March 2017. Any suggestions?

Salamanca Solutions

Salamanca Solutions   ·   7 years ago

Cannot read property 'selectedMonth' of undefined that is the error I am getting

Pravisha

Pravisha   ·   7 years ago

Please send the console logs, version number and the steps to reproduce to ionicplus@pravishatech.com. We will take a look at it

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Salamanca Solutions

Salamanca Solutions   ·   7 years ago

How can I disable dates?

Pravisha

Pravisha   ·   7 years ago

Disabling date is not a feature yet in this theme

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Salamanca Solutions

Salamanca Solutions   ·   7 years ago

How can I disable dates?

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Ison

Ison   ·   7 years ago

how to add events to the calendar

Ison

Ison   ·   7 years ago

Iam adding event marker like this<em class="marker" *ngIf="checkEvent(day)"></em> but by adding like this iam getting very bad user experience is there any other way to add marker i have events dates in my json file

Pravisha

Pravisha   ·   7 years ago

I think it is more to do with the design of your app. You should look at some fast in-memory cache to pre load events and then use the cache for later lookup.

Ison

Ison   ·   7 years ago

yeah i am fetching events data in init method and keeping in local cache and after i am comparing by using checkEvent(day) method passing day to it. Problem with this procedure is check event method is executing 121 times like that will you please guide me to do in correct way I have some events with dates in that i need to keep markers on that date

Pravisha

Pravisha   ·   7 years ago

You may try using a directive on the element and use the directive to programatically set the css class on the element. We have used something similar to this effect in our datepicker theme which is available at http://market.ionic.io/themes/ionic-2-date-picker

Ison

Ison   ·   7 years ago

can you guide me with some peace of code or example template

Ison

Ison   ·   7 years ago

its urgent please let me know to add event markers for particular dates

Pravisha

Pravisha   ·   7 years ago

I think you should first try to access your events cache object directly from your templates instead of calling a function. The problem statement is more related to how you can use angular to achieve your objective. I think if you ask your question in angular forums, you may get a better solution. We will not be able to help further on this.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Pravisha

Pravisha   ·   7 years ago

We have now released a new version 3.0.0 with support for Ionic Framework 3.0.1

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Kyriakos Naziris

Kyriakos Naziris   ·   7 years ago

Can your calendar be integrated with a CalDAV and fetch the events from there?

Pravisha

Pravisha   ·   7 years ago

You can customise the theme as per your requirement. There is currently no API integration for this theme

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Pravisha

Pravisha   ·   7 years ago

We have now released a new version 2.0.0 with support for Ionic Framework 2.0 Final

Shlomi Atia

Shlomi Atia   ·   7 years ago

Where can I get your API? or a demo to see that everything is working? Thanks.

Pravisha

Pravisha   ·   7 years ago

Hello, As this is a theme, there are no APIs. For demo, you can use the Ionic View with id 52e4ab79

Shlomi Atia

Shlomi Atia   ·   7 years ago

I saw the app in Ionic View, but I would like to see some Docs and see the functions I can use with your plugin. I saw comments here that it is hard to implement your plugin, and I wanna see some proof it isn't. Thank you

Pravisha

Pravisha   ·   7 years ago

Docs are provided with the source code after purchase. If you are comfortable in ionic, then it is easy to understand

Shlomi Atia

Shlomi Atia   ·   7 years ago

OK Thank you

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Pravisha

Pravisha   ·   8 years ago

We have now released a new version 1.0.3 to upgrade to Ionic Framework 2.0.0-beta.11

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

dhaya

dhaya   ·   7 years ago

is multi selection ,range selection available in Ionic 2 Calendar.

Pravisha

Pravisha   ·   7 years ago

We don't have support for multi selection or range selection in this theme

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Pravisha

Pravisha   ·   7 years ago

We have now released a new version 1.0.6 with support for Ionic Framework 2.0 RC-2

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Pravisha

Pravisha   ·   7 years ago

We have now released a new version 1.0.5 with RC-1 and Webpack support

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Pravisha

Pravisha   ·   8 years ago

We have now released a new version 1.0.4 to upgrade to Ionic Framework 2.0 RC 1

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

chris

chris   ·   8 years ago

Hello. I'm having the hardest time integrating your calendar into my app. Granted, I'm new to Ionic 2, but it seems like your file structure is non standard. Imagine that I start out with the standard ionic start myAPP --v2 which will generate a tabs layout. How do I go about integrating your calendar to work as one of the tabs? Thank you in advance

Pravisha

Pravisha   ·   8 years ago

I hope your issue is resolved. There is a detailed documentation available in the product bundle which explains how the component is developed. Since you are new to ionic, you need to check the package.json for ionic version being used. Do note that Ionic 2 is evolving rapidly with drastic changes in every release. The ionic starter app will be updated for the latest release and this may not be in sync with our release. We try to update to the latest release based on the stability of the release.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

erol eskici

erol eskici   ·   8 years ago

How do you change the week days to start monday instead of sunday?

Pravisha

Pravisha   ·   8 years ago

1) Change the weekNames array header in constructor to start with Monday 2) Replace dateLocal.day(0) with dateLocal.day(1) in app/core/calendar/calendar.ts

erol eskici

erol eskici   ·   8 years ago

It works. Once again thx :-) I was able to change the locale of the calendar to danish also by setting: require('moment/locale/da'); right after var moment = require('moment');

Pravisha

Pravisha   ·   8 years ago

Great. Thanks for the locale input. We have not tried that before.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

erol eskici

erol eskici   ·   8 years ago

We just brought your calendar but are not able to run it. We are getting following error: EXCEPTION: Error: Uncaught (in promise): Failed to load build/core/launch/launch.html (09:45:41:152 | startGroup) at www/build/js/app.bundle.js:47209 EXCEPTION: Error: Uncaught (in promise): Failed to load build/core/launch/launch.html (09:45:41:154 | error) at www/build/js/app.bundle.js:47200 STACKTRACE: (09:45:41:156 | error) at www/build/js/app.bundle.js:47200 Error: Uncaught (in promise): Failed to load build/core/launch/launch.html at resolvePromise (www/build/js/zone.js:538:32) at resolvePromise (www/build/js/zone.js:523:18) at http://localhost:8383/Kundeoverblik/www/build/js/zone.js:571:18 at ZoneDelegate.invokeTask (www/build/js/zone.js:356:38) at Object.onInvokeTask (www/build/js/app.bundle.js:40331:41) at ZoneDelegate.invokeTask (www/build/js/zone.js:355:43) at Zone.runTask (www/build/js/zone.js:256:48) at drainMicroTaskQueue (www/build/js/zone.js:474:36) at XMLHttpRequest.ZoneTask.invoke (www/build/js/zone.js:426:22) (09:45:41:159 | error) at www/build/js/app.bundle.js:47200 (09:45:41:162 | endGroup) at www/build/js/app.bundle.js:47218 Unhandled Promise rejection: (09:45:41:162 | error) at www/build/js/zone.js:461 This what we did: -copied the core dir with calendar and launch dir into our project. -added moment.js into our project -from app.ts ran the calendar by calling: rootPage: any = Launch; What are we missing?

Pravisha

Pravisha   ·   8 years ago

Are you able to launch it from the ioniccalendar project without copying it to your project?

erol eskici

erol eskici   ·   8 years ago

Yes, no problem running your project. Am just not able to add your calendar to my project.

Pravisha

Pravisha   ·   8 years ago

Ok. Then you have to check your project www/build/core/launch/launch.html. Does this file exist in your project? If this file does not exist, then you have check your gulpfile.js. Maybe, your gulpfile.js is not up-to-date with the latest ionic framework release

erol eskici

erol eskici   ·   8 years ago

Well am trying to add your calendar to ionic2 conference app and it's using the following gulp file: https://github.com/driftyco/ionic-conference-app/blob/master/gulpfile.js. It should be up to date. And launch.html does exist in my project. So i don't know what else to look for?

Pravisha

Pravisha   ·   8 years ago

I am assuming you have copied the core folder as app/core to your project. If launch.html does not get copied to your www/build/... folder, then looks to be an issue in your environment and gulp tasks.

Pravisha

Pravisha   ·   8 years ago

also, make sure that you don't have typescript errors in your project

erol eskici

erol eskici   ·   8 years ago

You were right after changing the templateUrl: 'build/pages/core/launch/launch.html', i was able to run your calendar. Thx for the help :-)

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Pravisha

Pravisha   ·   8 years ago

We have added new payment gateway options in the description. The options that are available now are Paypal, Gumroad and Instamojo(India)

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Dan Nguyen

Dan Nguyen   ·   8 years ago

Can you select 2 dates and have it highlight the days between then get results of the first and last date?

Pravisha

Pravisha   ·   8 years ago

Currently, the model has current date or user selected date. The component can be customised to define start date and end date based on user selection and based on these dates, the days can be highlighted and results can be found

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Pravisha

Pravisha   ·   7 years ago

We have now released a new version 1.0.7 with support for Ionic Framework 2.0 RC-5

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.