You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
open console in chrome, see the error message: Uncaught Error: [$injector:unpr] Unknown provider: $translateStaticFilesLoaderProvider <- $translateStaticFilesLoader <- $translate
Actual behaviour
should have no error
The text was updated successfully, but these errors were encountered:
Well, indeed: The helper useStaticFilesLoader() is available without the actual implementation.
Maybe we could improve the error message with a proper hint (if not exist raise custom error).
Subject of the issue
angular.js:66 Uncaught Error: [$injector:unpr] Unknown provider: $translateStaticFilesLoaderProvider <- $translateStaticFilesLoader <- $translate
Your environment
Steps to reproduce
Tell us how to reproduce this issue. Please provide a working demo, you can use this template as a base.
`
`
Expected behaviour
open console in chrome, see the error message:
Uncaught Error: [$injector:unpr] Unknown provider: $translateStaticFilesLoaderProvider <- $translateStaticFilesLoader <- $translate
Actual behaviour
should have no error
The text was updated successfully, but these errors were encountered: