Created
June 16, 2015 07:55
-
-
Save vinothbabu/ac28d0c200bed8912d16 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
angular.element(document.querySelector('[ng-app]').injector() | |
.invoke(function($rootScope){ | |
var per = performance.now(); | |
$rootScope.$apply(); | |
console.log(performance.now() - per); | |
}) | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment