Skip to content

Commit cc0b5e3

Browse files
committed
Fixed systemjs import bug
1 parent 201aa77 commit cc0b5e3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
demo/js/**/* linguist-vendored
1+
demo/**/* linguist-vendored

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Now you're good to go!
4444

4545
## Dependencies
4646

47-
* [Angular 2](https://angular.io) (2.0.0-rc.5)
47+
* [Angular 2](https://angular.io) (2.0.0-rc.5 **or higher**)
4848
* [Semantic UI CSS](http://semantic-ui.com/) (jQuery is **not** required)
4949

5050
## Components

demo/app/pages/getting-started/getting-started.page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2 class="ui dividing header">Installation</h2>
3030
<p>Now you're good to go!</p>
3131
<h2 class="ui dividing header">Dependencies</h2>
3232
<div class="ui bulleted list">
33-
<div class="item"><a href="https://angular.io">Angular 2</a> (2.0.0-rc.5)</div>
33+
<div class="item"><a href="https://angular.io">Angular 2</a> (2.0.0-rc.5 <strong>or higher</strong>)</div>
3434
<div class="item"><a href="http://semantic-ui.com/">Semantic UI CSS</a> (jQuery is <strong>not</strong> required)</div>
3535
</div>
3636
</div>

ng2-semantic-ui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from './components';
1+
export * from './components/index';

0 commit comments

Comments
 (0)