// OwnCloud Click Handling // https://doc.owncloud.org/server/8.0/developer_manual/app/css.html app.directive('markdownChecklist', function () { 'use strict'; return { restrict: 'C', link: function (scope, elm) { } }; });