joni2back / angular-filemanager

JavaScript File Manager Material Design Folder Explorer Navigator Browser Manager in AngularJS with CSS3 Responsive (with FTP in PHP / Java / Node)
https://joni2back.github.io/angular-filemanager/
MIT License
1.76k stars 577 forks source link

after install plugin we have bug in navbar.html #248

Open Nazirkulov opened 7 years ago

Nazirkulov commented 7 years ago

navbar.html have double id="dropDownMenuLang" if we install plugin with bower

joni2back commented 7 years ago

Hello @Nazirkulov can you give us more details?

Nazirkulov commented 7 years ago

Hello @joni2back. Details: After "bower install angular-filemanager --save" we can see folder angular-filemaneger in folder bower_components in our project. Then we go to bower_components/angular-filemanager/src/templates/navbar.html and see html markup which contains two buttons with the same id='dropDownMenuLang'. On the way we lost id='dropDownMenuSearch'. If we download the zip file directry from https://github.com/joni2back/angular-filemanager/archive/1.5.1.tar.gz . we can see the same state. I wont say that it not in may side bug in unpack tasks. Maybe it bug come from server side task like gulp-tar, gulp-gzip or task htmlmin. Sory for may english =)