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

Updated image controller styling and added preview option

The notification system was also updated so it can be used from JavaScript events such as image manager uploads.

Closes #25
This commit is contained in:
Dan Brown
2016-02-07 10:14:11 +00:00
parent 8e8d582bc6
commit 8296782149
8 changed files with 164 additions and 45 deletions

View File

@ -1,6 +1,6 @@
"use strict";
module.exports = function(ngApp) {
module.exports = function(ngApp, events) {
ngApp.factory('imageManagerService', function() {
return {