remove debugger
This commit is contained in:
parent
27f7b25677
commit
c5c7b0d713
|
@ -156,7 +156,6 @@ app.config([
|
||||||
|
|
||||||
app.run(['$rootScope', '$state', 'Auth', '$location', function($rootScope, $state, Auth, $location) {
|
app.run(['$rootScope', '$state', 'Auth', '$location', function($rootScope, $state, Auth, $location) {
|
||||||
$rootScope.urlCrumbs = [];
|
$rootScope.urlCrumbs = [];
|
||||||
debugger;
|
|
||||||
var Crumbs = new Object();
|
var Crumbs = new Object();
|
||||||
var param;
|
var param;
|
||||||
Crumbs = {
|
Crumbs = {
|
||||||
|
|
Loading…
Reference in New Issue