Skip to content

Instantly share code, notes, and snippets.

View doivosevic's full-sized avatar

doivos doivosevic

View GitHub Profile
"use strict";
angular.module("Main").directive("activitycalendar", function () {
return {
link: function (scope, elm) {
var $el = angular.element(elm);
function refreshCalendar() {
var curCalView = $el.fullCalendar("getView");
var moment = null;