]>
BookStack Code Mirror - bookstack/blob - resources/assets/js/services.js
projects
/
bookstack
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge pull request #8 from OsmosysSoftware/feature-181
[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
};