Skip to content

Commit

Permalink
Edit dashboard view
Browse files Browse the repository at this point in the history
  • Loading branch information
stasbamiza committed Oct 25, 2016
1 parent 5589edf commit 8f5e172
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/admin/src/app/dashboards/dashboardView.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ export class DashboardView {
dragulaService.drop.subscribe((value) => {
this.onDrop(value.slice(1));
});
}

ngOnInit() {
this.route.data.subscribe((res) => {
this.boxesCss = res['data'].boxesCss;
this.boxes = res['data'].boxes;
Expand Down

0 comments on commit 8f5e172

Please sign in to comment.