fix for a wrong merge conflic resolve

This commit is contained in:
Jovan Gerodetti 2015-11-13 09:12:08 +01:00
parent 49029b301b
commit 20b20ba613

View File

@ -1429,7 +1429,8 @@ angular.module('myApp.directives', ['myApp.filters'])
})
.directive('mySendForm', function (_, $timeout, $compile, $modalStack, $http, $interpolate, Storage, AppStickersManager, AppDocsManager, ErrorService, shouldFocusOnInteraction) {
.directive('mySendForm', function (_, $window, $compile, $modalStack, $http, $interpolate, Storage, AppStickersManager, AppDocsManager, ErrorService, shouldFocusOnInteraction) {
return {
link: link,
scope: {