This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/static
EvB 05a92f4389 fix(js/onresize): make sync call async in angular
Wrap sync callback for the resize event in a `$timeout` so that it
gets called asyncronously. Fixes error where `$apply` was geting
called before previous `$apply` call finished. Angular allows only
one `$apply` call at a time.

See Angular.js reference.
> [Error: $rootScope:inprog](https://docs.angularjs.org/error/$rootScope/inprog)

Fixes:

> *Error* ldn/angular in O/<
> error[$rootScope:inprog] http://errors.angularjs.org/1.5.3/$rootScope/inprog?p0=%24digest

Likely fixes other errors we're seeing related to resize events
such as

> *ReferenceError<unknown module>* in onresize
> Can't find variable: tree
2016-12-21 16:39:35 -05:00
..
css Add throbber while waiting for builds to load 2016-12-15 13:01:33 -08:00
directives Add error message if security scan not found 2016-12-14 00:50:06 -05:00
img static: update QE tab for new marketing efforts 2016-10-24 12:50:03 -07:00
js fix(js/onresize): make sync call async in angular 2016-12-21 16:39:35 -05:00
lib Create seperate directive 2016-10-14 12:03:28 -04:00
partials Fix attempts to confirm team invite for mismatched email address 2016-12-15 17:15:11 -05:00
standalonelib Enable DEBUGGING mode, which loads the individual script files rather than the minimized bundles created by grunt 2014-04-15 16:35:15 -04:00
tutorial Fix all target="_blank" anchors to be safer 2016-04-28 14:38:22 -04:00
502.html Add 502 page 2016-02-01 15:07:50 +02:00