Sha256: f8336d39595666d6c387ac0ddf1d83ae4da1cf367d333e3c65b10f6c2d0ef9a7

Contents?: true

Size: 226 Bytes

Versions: 23

Compression:

Stored size: 226 Bytes

Contents

angular.module('AgileProxy').factory('ErrorService', function (DialogService) {
    return {
        serverError: function (response) {
            DialogService.error('Server Error', response.statusText);
        }
    };
});

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
agile-proxy-0.1.4 assets/ui/app/service/Error.js
agile-proxy-0.1.2 assets/ui/app/service/Error.js
agile-proxy-0.1.0 assets/ui/app/service/Error.js