remove debugger
Dieser Commit ist enthalten in:
Ursprung
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 = {
|
||||||
|
|||||||
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren