angular-facebook-utils
angular-facebook-utils copied to clipboard
Exclude ngRoute dependency
Exclude ngRoute dependency from the module
var application = angular.module("facebookUtils", [ "ngRoute" ])
The routingEnabled option would probably break but for people not using ngRoute this would be an improvement.
+1 Any chance this is happening soon?