From a09e5b329f228c320405ff5cdd7248191715fb5e Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Fri, 6 Jun 2014 15:20:05 +0400 Subject: [PATCH] Fixed download document on open --- app/js/services.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/js/services.js b/app/js/services.js index 125393a8..95c1c712 100644 --- a/app/js/services.js +++ b/app/js/services.js @@ -2541,6 +2541,7 @@ angular.module('myApp.services', []) switch (action) { case 1: window.open(url, '_blank'); + break; default: var a = $('Download')