angularjs - translateLoadingSuccess never gets called angular-translate -
Using angular-translation for translation and trying to avoid FOUC. I
And it is trying to do one of my html
But I still see FOUC behavior. Any thoughts or suggestions when I debug the script, I never called Event $ translateloadingSuccess, so all my elements may disappear, even if the page has loaded.
If you want to avoid FOUC, then what are you looking for in NG-Clock? You have to add it like this:
& lt; Body class = "{{bodyClass}}" ng-cloak & gt;
And it will prevent unwanted flashing.
Comments
Post a Comment