Open sebasgavi opened 9 years ago
Trying to use the dayClick callback:
dayClick: function ( date, jsEvent, view ){ $log.log(this); }
'this' should be the
I believe this https://github.com/angular-ui/ui-calendar/commit/bce26163b0147927a95a6f0967163d958f99c26f fixed the issue. Can you double check with latest master? Thanks
yes, that solved the problem
thanks.
Trying to use the dayClick callback:
dayClick: function ( date, jsEvent, view ){ $log.log(this); }
'this' should be the
I believe this https://github.com/angular-ui/ui-calendar/commit/bce26163b0147927a95a6f0967163d958f99c26f fixed the issue. Can you double check with latest master? Thanks
yes, that solved the problem
thanks.