Progress Bar Quest loads angular in with this URL:
http://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js
Now that github pages has switched to forcing everything to load via https, chrome flags loading of angular from http on a page loaded with https as "mixed content" and blocks the load.
Obviously, the failure to load angular breaks the entire page.
Could the solution be as simple as changing the angular URL to use https? I think so, but I did not attempt.
Progress Bar Quest loads angular in with this URL:
http://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js
Now that github pages has switched to forcing everything to load via https, chrome flags loading of angular from http on a page loaded with https as "mixed content" and blocks the load.
Obviously, the failure to load angular breaks the entire page.
Could the solution be as simple as changing the angular URL to use https? I think so, but I did not attempt.