Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
update(layout): comment clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBurleson committed Dec 2, 2015
1 parent fbb1192 commit fd33d41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/services/layout/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,9 @@
element.addClass(className);

return function( scope, element ) {
// Wait while layout injectors configure, then uncload
// Wait while layout injectors configure, then uncloak
// NOTE: $rAF does not delay enough... and this is a 1x-only event,
// $timeout is acceptable.
$timeout( function(){
element.removeClass(className);
}, 10, false);
Expand Down

0 comments on commit fd33d41

Please sign in to comment.