This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Description
When including angular-hint in my project, it logs that several of my modules are being created multiple times.
Searching the code base (fairly small at this point) for the module name, there is only one instance of using angular.module() with the setter parameter. Setting a breakpoint on my webpage, this line is also only hit once.
I'm attempting to figure out why angular-hint thinks it's being created more than once.
Any suggestions you can offer would be very helpful