twinssbc / Ionic-Calendar

A calendar directive for Ionic framework
http://twinssbc.github.io/Ionic-Calendar/demo
MIT License
159 stars 73 forks source link

Load events automatically #101

Closed Devl189 closed 8 years ago

Devl189 commented 8 years ago

Is there any way to do this? I have tried loading it in the scope at launch it and with "onload" and "ng-init" in the html and there is no way, has anyone got it?

twinssbc commented 8 years ago

@Devl189 Loading event in ng-init should work, is it possible that you are setting the eventSource array in a different scope?

Devl189 commented 8 years ago

Already is solving, it was scope position problems