I want to delay certain directives to only compile after the window load event. They are below the fold and are slowing down the overall Angular bootstrapping process.
So to this end, I want to create an attribute directive that I can add to directives that will delay their compile function - is this possible?