Skip to content

Commit

Permalink
fix(cdk-stepper): reset coercing selectedIndex value to a Number
Browse files Browse the repository at this point in the history
  • Loading branch information
s2-abdo committed Jan 18, 2019
1 parent 17e369d commit 322c6d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ jobs:
# TODO(devversion): Ideally the "build_release_packages" job should build all packages with
# Bazel, but for now we mix up the Gulp and bazel setup, so we need to build the package here.
- run: bazel build src/material-examples:npm_package --config=release

- run: ./scripts/circleci/publish-snapshots.sh


Expand Down
1 change: 0 additions & 1 deletion src/cdk/drag-drop/directives/drag.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,6 @@ describe('CdkDrag', () => {
dragElement.style.transform = 'scale(2)';

dragElementViaMouse(fixture, dragElement, 50, 100);

expect(dragElement.style.transform).toBe('translate3d(50px, 100px, 0px) scale(2)');

fixture.componentInstance.dragInstance.reset();
Expand Down

0 comments on commit 322c6d6

Please sign in to comment.