Service:
angular.module('core').factory('print_service', ['$rootScope', '$compile', '$http', '$timeout','$q',
    function($rootScope, $compile, $http, $timeout,$q) {
        
        var printHtml = function (html) {
            var deferred = $q.defer();
            var hiddenFrame = $('<...