Fixed settings usage.
This commit is contained in:
parent
57aad0a4b7
commit
5ae4530984
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
var weechat = angular.module('weechat');
|
var weechat = angular.module('weechat');
|
||||||
|
|
||||||
weechat.factory('imgur', 'settings', ['$rootScope', function($rootScope) {
|
weechat.factory('imgur', ['$rootScope', 'settings', function($rootScope, settings) {
|
||||||
|
|
||||||
var process = function(image, callback) {
|
var process = function(image, callback) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user