Commit Graph

9 Commits

Author SHA1 Message Date
Dmitriy Shekhovtsov
f5b5dc3bd2 Merge branch 'development' of github.com:valor-software/ng2-file-upload into development 2017-01-17 15:58:36 +02:00
Dmitriy Shekhovtsov
35448680b2 Merge branch 'patch-1' of git://github.com/ediri/ng2-file-upload into ediri-patch-1
Conflicts:
	.npmignore
2017-01-17 15:57:45 +02:00
Daniel Kucal
be70a82303 Allow to extend classes (#468)
* private accessors replaced by protected to allow extending of classes

* FileItem class protected accessors
2017-01-17 15:07:03 +02:00
Oleksandr Telnov
cdc76cced0 add ng2-webpack-config 2016-09-15 10:22:43 +03:00
Engin.Diri
0e2730a45e https://github.com/valor-software/ng2-file-upload/issues/272 2016-06-23 15:46:44 +02:00
Marvin Scharle
db77e89235 fix(zone.js): error in Safari, Added Typings (#221)
* Changed tsconfig.json to match tsconfig schema

* Change package.json to include all necessary packages for this package

* Added type for EventEmitter

* Fix for zone.js error "More tasks executed then were scheduled" in Safari, explicit call of NgZone not required in zone.js ^0.6.12

* Added type information for methods in FileUploader

* Added type information for methods in FileItem

* Added type information for methods in FileUploader

* Removed codelyzer / eslint according to PR valor-software/ng2-file-upload#221
2016-06-02 16:17:25 +03:00
Dmitriy Shekhovtsov
9461806f21 chore(onFileDrop): emit all dropped files 2016-05-12 15:56:35 +03:00
Dmitriy Shekhovtsov
893618da37 Merge branch 'master' of git://github.com/Ibrahim-Islam/ng2-file-upload into Ibrahim-Islam-master
Conflicts:
	components/file-upload/file-drop.directive.ts
2016-05-12 15:55:25 +03:00
Dmitriy Shekhovtsov
aee69d8b80 chore(build): ng2 style guide applied,
- build process updated
- systemjs bundler added

BREAKING CHANGES:
- directives and selectors renamed to ng2FileSelect and ng2FileDrop
2016-05-11 18:40:47 +03:00