| 1 | angular.module('services.breadcrumbs', []); |
| 2 | angular.module('services.breadcrumbs').factory('breadcrumbs', ['$rootScope', '$location', function($rootScope, $location){ |
| 3 | |
| 4 | var breadcrumbs = []; |
nothing calls this directly
no test coverage detected