Exclude ngRoute dependency from the module <pre><code> var application = angular.module("facebookUtils", [ "ngRoute" ])</pre></code> The routingEnabled option would probably break but for people not using ngRoute this would be an improvement.
Exclude ngRoute dependency from the module
The routingEnabled option would probably break but for people not using ngRoute this would be an improvement.