Jorgen
Member since Nov 5, 2015
- Profile: /members/12901-jorgen.htm
- URL: http://hubro.education
- Comments: 1
Recent Blog Comments By Jorgen
-
Creating A Pre-Bootstrap Loading Screen In AngularJS
Posted on Nov 5, 2015 at 7:30 AM
This saved me a lot of time and effort, thank you! However, there was some issues with overlap of the underlying elements, so I changed the position of this element to relative positioning. ``` div.m-app-loading { position: relative ; } ``` I also wanted to hide some translation work and oth... read more »