1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Moved all vuejs parts over to angular

This commit is contained in:
Dan Brown
2015-12-30 18:38:18 +00:00
parent 3347b3b2f5
commit 46c2e8b14e
24 changed files with 452 additions and 440 deletions

View File

@ -0,0 +1,12 @@
"use strict";
module.exports = function(ngApp) {
ngApp.factory('imageManagerService', function() {
return {
show: false,
showExternal: false
};
});
};