More fixes
This commit is contained in:
12
js/directive/markdownChecklist.js
Normal file
12
js/directive/markdownChecklist.js
Normal 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) {
|
||||
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user