Hi, I am working with AngularJS and Ionic framework and going to add an events calendar to my app, I see Webix has a good one http://webix.com/scheduler/
Now I am trying to install it to my app, is there a sources sample for AngularJS (or maybe for Ionic?) like you already have for other components http://docs.webix.com/samples/33_angular/ ?
Now I am trying to add something like $$(“scheduler”).load(…) in my controller JS sources but it always attach webix scheduler to the end of , it looks like:
...app HTML sources...
and it is not visible in this case. How can I attach webix Mobile Scheduler to the particular div with custom ID or class?
The right section of the “snippet” is the iframe with the html page that includes webix libs. “JS Code” section allows to put js code. And “HTML code” can be used to add some html contents if it’s needed.