i want to have possibility click on some button on my page and datepicker will change view to prev/next month/year (normal datepicker have this option above calendar).
I found out that function responsible for that is move(number) but how can i invoke this function outside directive?
I have to decorate datepicker or their is simpler solution?