Here is an example of how I want to use the Navigator:
http://javascript.daypilot.org/demo/lite/calendar/datepicker.html
I'm using Navigator as follows:
http://pastebin.com/x02fh3MA
This works, but navigator is always visible and takes space on my page. How do I implement it like the example?
I tried
$scope.navigatorConfig.show();
$scope.navigatorConfig.hide();
I called above function on button clicks when navigator was fully loaded, but it didn't seem to do anything. I also tried calling .init() before .hide() without success.