Skip to content

Commit 64cc406

Browse files
committed
fix(radio): export the dispatcher in radio.ts
1 parent 548b5b5 commit 64cc406

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/radio/radio.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ import {
1515
forwardRef
1616
} from 'angular2/core';
1717

18-
import {Event} from 'angular2/src/facade/browser';
19-
2018
import {MdRadioDispatcher} from './radio_dispatcher';
19+
export {MdRadioDispatcher} from './radio_dispatcher';
2120

2221
// TODO(mtlin):
2322
// Ink ripple is currently placeholder.

0 commit comments

Comments
 (0)