Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
fix(static-files-loader): fix multiple files definition #923
Browse files Browse the repository at this point in the history
  • Loading branch information
knalli committed Mar 1, 2015
1 parent ce0a7b5 commit 1b6256a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/service/loader-static-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ angular.module('pascalprecht.translate')

$http(angular.extend({
url: [
options.prefix,
file.prefix,
options.key,
options.suffix
file.suffix
].join(''),
method: 'GET',
params: ''
Expand Down

0 comments on commit 1b6256a

Please sign in to comment.