Skip to content

Commit

Permalink
lint edit
Browse files Browse the repository at this point in the history
  • Loading branch information
afontainec committed Jun 3, 2020
1 parent 77fda93 commit 82aca4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/views/angular/edit/ctrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ export class Edit$MODELNAME$Component implements OnInit {
private activatedRoute: ActivatedRoute) { }

ngOnInit() {
let id = this.activatedRoute.snapshot.params.id;
const id = this.activatedRoute.snapshot.params.id;
this.get(id);

}

get(id) {
Expand Down

0 comments on commit 82aca4c

Please sign in to comment.