Our angular app sometime does not load on chrome canary (Version 41.0.2237.0 canary (64-bit)) saying
Failed to instantiate module ngHintModules due to
I had the same problem with GitHub pages site (with Jekyll). Searched for hours why does AngularJS app didn't show up (ng-cloak was never resolved). Figured out that was Batarang which causing the issue.
ng-cloak
Great thanks for @kpg's answer.