]> BookStack Code Mirror - bookstack/blob - resources/assets/js/services.js
Fixes #354, Adds the spellchecker option
[bookstack] / resources / assets / js / services.js
1 "use strict";
2
3 module.exports = function(ngApp, events) {
4
5     ngApp.factory('imageManagerService', function() {
6         return {
7             show: false,
8             showExternal: false
9         };
10     });
11
12 };