MCPcopy Create free account
hub / github.com/angular-app/angular-app / breadcrumbs.js

File breadcrumbs.js

client/src/common/services/breadcrumbs.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1angular.module('services.breadcrumbs', []);
2angular.module('services.breadcrumbs').factory('breadcrumbs', ['$rootScope', '$location', function($rootScope, $location){
3
4 var breadcrumbs = [];

Callers

nothing calls this directly

Calls 1

breadcrumbPathFunction · 0.85

Tested by

no test coverage detected