Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
angular-translate-loader-static-files
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Custom Issue Tracker
Custom Issue Tracker
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
angularjs
angular-translate-loader-static-files
Commits
4d391e92
Commit
4d391e92
authored
Jan 23, 2019
by
bingchuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[dev] version 2.13.1
parent
f2aeca6c
Pipeline
#80
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
angular-translate-loader-static-files.js
angular-translate-loader-static-files.js
+0
-1
No files found.
angular-translate-loader-static-files.js
View file @
4d391e92
...
...
@@ -45,7 +45,6 @@ function $translateStaticFilesLoader($q, $http) {
if
(
!
options
||
(
!
angular
.
isArray
(
options
.
files
)
&&
(
!
angular
.
isString
(
options
.
prefix
)
||
!
angular
.
isString
(
options
.
suffix
))))
{
throw
new
Error
(
'Couldn
\'
t load static files, no files and prefix or suffix specified!'
);
}
if
(
!
options
.
files
)
{
options
.
files
=
[{
prefix
:
options
.
prefix
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment