egesu / ng-breadcrumbs

Copied from ianwalker/ng-breadcrumbs
MIT License
0 stars 4 forks source link

The bower install is wrong #1

Open rbatllet opened 8 years ago

rbatllet commented 8 years ago

The installation is wrong:

Instead of

bower install es-breadcrumbs --save

the correct is

bower install ng-breadcrumbs --save

The component name is ng-breadcrumbs, not es-breadcrumbs.

egesu commented 8 years ago

Hey @rbatllet

ng-breadcrumbs package is the deleted one. Owner deleted it because he could not maintain. es-breadcrumbs is the copy of it. ng-breadcrumbs name was already taken, so I registered the package as es-breadcrumbs.

rbatllet commented 8 years ago

But you need to change the module name in ng-breadcrumbs/dist/ng-breadcrumbs.js and ng-breadcrumbs/dist/ng-breadcrumbs.min.js as well.

It's necessary to be consistent with the new project name and the file names.