Skip to content

Commit

Permalink
fix(checkbox): use correct import for core (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
kara authored Sep 23, 2016
1 parent 0e9383a commit f122c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/checkbox/checkbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
ModuleWithProviders,
} from '@angular/core';
import {NG_VALUE_ACCESSOR, ControlValueAccessor} from '@angular/forms';
import {BooleanFieldValue} from '@angular2-material/core';
import {BooleanFieldValue} from '../core';

/**
* Monotonically increasing integer used to auto-generate unique ids for checkbox components.
Expand Down

0 comments on commit f122c79

Please sign in to comment.