Skip to content

Commit

Permalink
fix(radio): export the dispatcher in radio.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn committed Mar 17, 2016
1 parent 548b5b5 commit 64cc406
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/radio/radio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ import {
forwardRef
} from 'angular2/core';

import {Event} from 'angular2/src/facade/browser';

import {MdRadioDispatcher} from './radio_dispatcher';
export {MdRadioDispatcher} from './radio_dispatcher';

// TODO(mtlin):
// Ink ripple is currently placeholder.
Expand Down

0 comments on commit 64cc406

Please sign in to comment.