lavinjj/angularjs-localizationservice

Wrong URL for resources-locale_default.js

oskarnrk opened this issue · 1 comments

I think that the URL for the default file is wrong, maybe is necessary to remove the first slash in line 71:
'/i18n/resources-locale_default.js'
has to be
'i18n/resources-locale_default.js'

There should just be an option to provide a different base URL.