Bryce York
Member since May 13, 2015
- Profile: /members/12655-bryce-york.htm
- URL: http://Www.meetbryce.com
- Comments: 2
Recent Blog Comments By Bryce York
-
Creating A Pre-Bootstrap Loading Screen In AngularJS
Posted on Dec 4, 2015 at 5:20 PM
@Cedric, I'd use the same functionality but you'd need to combine it with a 2 variables. One that gets set to true after the and has elapsed (use $timeout) and another after the page has loaded. Then have the code that removes the loader wrapped in a while loop where (!time || !loaded).... read more »
-
Creating A Pre-Bootstrap Loading Screen In AngularJS
Posted on May 13, 2015 at 9:52 PM
@Satron, your link seems to be broken... here's a Codepen I created off the back of your suggestion. http://codepen.io/meetbryce/pen/PqNOXe... read more »