Skip to content

Commit

Permalink
fix(md-modal-trigger): put inject import to it's rightful place
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanood committed Feb 3, 2016
1 parent 2b05116 commit 38112ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modal/modal-trigger.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { customAttribute, inject } from 'aurelia-templating';
import { customAttribute } from 'aurelia-templating';
import { inject } from 'aurelia-dependency-injection';
import { AttributeManager } from '../common/attributeManager';

@customAttribute('md-modal-trigger')
Expand Down

0 comments on commit 38112ef

Please sign in to comment.