More fixes
This commit is contained in:
@@ -37,7 +37,7 @@ app.config(["$provide", "$routeProvider", "$interpolateProvider", "$httpProvider
|
||||
simplifiedAutoLink: true,
|
||||
strikethrough: true,
|
||||
tables: true,
|
||||
tasklists: true,
|
||||
tasklists: true
|
||||
|
||||
});
|
||||
|
||||
@@ -514,6 +514,19 @@ app.directive('elastic', [
|
||||
};
|
||||
}
|
||||
]);
|
||||
// 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) {
|
||||
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
app.factory('ApiService', ["$http", "$q", function($http, $q){
|
||||
var ApiService = function(http, endpoint) {
|
||||
this.endpoint = endpoint;
|
||||
|
||||
Reference in New Issue
Block a user