Skip to content
Snippets Groups Projects
Commit 5ccceaff authored by Allen Gilliland's avatar Allen Gilliland
Browse files

fix add-to-dashboard modal popup.

parent 91c767e7
No related merge requests found
......@@ -95,7 +95,7 @@ DashboardDirectives.directive('cvAddToDashboardModal', ['CorvusCore', 'Dashboard
}
});
};
element.click(openAddToDashModal);
element.bind('click', openAddToDashModal);
}
return {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment