This commit is contained in:
parent
fed09b377f
commit
c005d07232
|
@ -80,7 +80,7 @@ export class DynamicFormComponent implements OnInit {
|
|||
|
||||
ngOnInit() {
|
||||
|
||||
/*
|
||||
|
||||
//this.route.fragment.subscribe(fragment => { this.fragment = fragment; }); //navigate to certain section of the page, it doesn't use anymore
|
||||
let sub = this.route.params.subscribe(params => {
|
||||
this.id = params.id;
|
||||
|
@ -197,7 +197,7 @@ export class DynamicFormComponent implements OnInit {
|
|||
|
||||
var formScroller = new PerfectScrollbar("#form-container");
|
||||
var tocScroller = new PerfectScrollbar("#toc-container");
|
||||
*/
|
||||
|
||||
|
||||
|
||||
//this.breadcrumbService.breadcrumbDataEmitter
|
||||
|
|
Loading…
Reference in New Issue