Skip to content

Commit

Permalink
fix(angular): icon proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Apr 13, 2018
1 parent 47e6009 commit db5313e
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 92 deletions.
2 changes: 1 addition & 1 deletion angular/src/directives/icon.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Directive, ElementRef, Input } from '@angular/core';
import { inputs } from './proxies';
import { inputs } from '../util/util';


@Directive({ selector: 'ion-icon' })
Expand Down
Loading

0 comments on commit db5313e

Please sign in to comment.