More fixes

This commit is contained in:
Julius Haertl
2016-07-08 22:28:06 +02:00
parent 118e1e0602
commit a36a0bd802
4 changed files with 27 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
// 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) {
}
};
});