refactor: code cleanup

This commit is contained in:
Victor Berchet
2016-07-11 15:27:57 -07:00
parent 9af2d8b810
commit 93d0a01d3d
6 changed files with 35 additions and 50 deletions

View File

@ -45,7 +45,7 @@ import {Router} from '../router';
*/
@Directive({
selector: '[routerLink]',
inputs: ['routeParams: routerLink', 'target: target'],
inputs: ['routeParams: routerLink', 'target'],
host: {
'(click)': 'onClick()',
'[attr.href]': 'visibleHref',