White screen after state change

Every state i go to (by link) - the whole window it’s getting white.
I have tried so many ways to fix it. It’s normal routes, I have checked differences with other app i wrote - it’s the same!

When i click element it’s get back to normal.

Video to preview the problem

open up the chrome javascript console and look for errors, I suspect there is an error in you code

Nothing. I even tried ng-strict-di.

How should i make javascript “use strict” affect all my files? (i have alot of js files).
There is option to just write it in app.js? (main file)

Nope because you have to do it in all the js-files you include in index.html