chore(build): ng2 style guide applied,

- build process updated
- systemjs bundler added

BREAKING CHANGES:
- directives and selectors renamed to ng2FileSelect and ng2FileDrop
This commit is contained in:
Dmitriy Shekhovtsov
2016-05-11 18:40:47 +03:00
parent 13c5c35864
commit aee69d8b80
30 changed files with 743 additions and 740 deletions

View File

@@ -34,11 +34,5 @@
Loading...
</app>
<!-- Angular2 files -->
<script src="/build/angular2.js"></script>
<!-- Angular2 file upload script -->
<script src="/build/angular2-file-upload.js"></script>
<!-- App script -->
<script src="/build/angular2-file-upload-demo.js"></script>
</body>
</html>