Skip to content
Permalink
Browse files

docs(guide/component-router): remove unused code

Closes #14613
  • Loading branch information
th-ko authored and gkalpak committed May 15, 2016
1 parent d4b05dd commit 90a9270dfa4a1af58dca7d11df18bfe5e1aa638f
Showing with 0 additions and 1 deletion.
  1. +0 −1 docs/content/guide/component-router.ngdoc
@@ -854,7 +854,6 @@ Router itself, which was made available by the binding in the **Component Defini
function HeroDetailComponent(heroService) {
...
this.gotoHeroes = function() {
var heroId = this.hero && this.hero.id;
this.$router.navigate(['HeroList']);
};
```

0 comments on commit 90a9270

Please sign in to comment.
You can’t perform that action at this time.