Skip to content

Commit

Permalink
fix(radio): refactor tests and fix ngModel (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn committed May 18, 2016
1 parent 911bfae commit a25a8da
Show file tree
Hide file tree
Showing 4 changed files with 502 additions and 458 deletions.
9 changes: 1 addition & 8 deletions src/components/checkbox/checkbox.spec.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
import {
it,
beforeEach,
inject,
async,
fakeAsync,
flushMicrotasks
} from '@angular/core/testing';
import {it, beforeEach, inject, async, fakeAsync, flushMicrotasks} from '@angular/core/testing';
import {FORM_DIRECTIVES, NgModel, NgControl} from '@angular/common';
import {TestComponentBuilder, ComponentFixture} from '@angular/compiler/testing';
import {Component, DebugElement} from '@angular/core';
Expand Down
Loading

0 comments on commit a25a8da

Please sign in to comment.