kanjiroushi.controller('BreadcrumbController', function ($scope,$rootScope,$http,config,$routeParams,$q,crumbs) { $scope.breadcrumbs = crumbs.list; $scope.$on('$locationChangeStart', function(event, next, current) { $rootScope.title = 'Kanjiroushi'; }); })