Skip to content

Commit 0a33456

Browse files
fix botched import
1 parent 4f49d1b commit 0a33456

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="1.0.3"></a>
2+
# 1.0.3 (2016-04-05)
3+
4+
* Fix botched es6 import
5+
16
<a name="1.0.2"></a>
27
# 1.0.2 (2016-04-05)
38

ng1-to-ng2.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ import * as angular from "angular";
22
import {provide, ElementRef, Component, Inject, ComponentMetadata} from "angular2/core";
33
import {
44
UiView, UIRouter, TransitionService, StateService, UIRouterGlobals, UIROUTER_DIRECTIVES, forEach,
5-
UrlRouter, ViewService, StateRegistry
5+
UrlRouter, ViewService, StateRegistry, UrlMatcherFactory
66
} from "ui-router-ng2";
77
import {CORE_DIRECTIVES} from "angular2/common";
88
import {UpgradeAdapter} from "angular2/upgrade";
9-
import {UrlMatcherFactory} from "angular-ui-router/commonjs/ng1";
109

1110
export let upgradeModule = angular.module('ui.router.upgrade', ['ui.router']);
1211

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-router-ng1-to-ng2",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"scripts": {
55
"build": "npm run clean && npm run tsc",
66
"clean": "rm -f *.d.ts *.js *.js.map",

0 commit comments

Comments
 (0)