0
I’m doing an angular js design and using the lite design material (mdl) for the layout. Some MDL files need a javascript file to work but this file has to load, sometimes not. I believe that the browser ends up loading the mdl javascript file before the angular load the content in ng-view. Does anyone know how I can fix this?