MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / registerRestorableStyles

Function registerRestorableStyles

lib/test/angular/1.8.0/angular-animate.js:828–834  ·  view source on GitHub ↗
(backup, node, properties)

Source from the content-addressed store, hash-verified

826// is to be removed at the end of the animation). If we had a simple
827// "OR" statement then it would not be enough to catch that.
828function registerRestorableStyles(backup, node, properties) {
829 forEach(properties, function(prop) {
830 backup[prop] = isDefined(backup[prop])
831 ? backup[prop]
832 : node.style.getPropertyValue(prop);
833 });
834}
835
836var $AnimateCssProvider = ['$animateProvider', /** @this */ function($animateProvider) {
837

Callers 2

angular-animate.jsFile · 0.70
triggerAnimationStartFunction · 0.70

Calls 2

forEachFunction · 0.70
isDefinedFunction · 0.70

Tested by

no test coverage detected