likeastore / ngDialog

Modals and popups provider for Angular.js applications
http://likeastore.github.io/ngDialog
3.14k stars 692 forks source link

Difference between min.js and js #546

Open kkapuscinski opened 7 years ago

kkapuscinski commented 7 years ago

in version 1.1.0 when i download release package from https://github.com/likeastore/ngDialog/releases/tag/v1.1.0. the min.js states that its version is 1.0.1 so if this is true then it is out of sync with js file.

I have checked ( we use it) version 0.5.6 and min.js is 0.5.5. We have found that they are different.

piotr-dobrogost commented 6 years ago

File ngDialog.min.js in version 1.4.0 (https://github.com/likeastore/ngDialog/blob/v1.4.0/js/ngDialog.min.js) has wrong version in the comment – /*! ng-dialog - v1.2.0 (https://github.com/likeastore/ngDialog) */

Btw, there's no version specified in ngDialog.js – https://github.com/likeastore/ngDialog/blob/v1.4.0/js/ngDialog.js