ncuillery / angular-breadcrumb

Generate a breadcrumb from ui-router's states
http://ncuillery.github.io/angular-breadcrumb/
MIT License
785 stars 183 forks source link

Make compatible with amd-named & commonjs bundlers #158

Open leigh-johnson opened 8 years ago

leigh-johnson commented 8 years ago

Small fix to allow AMD-named & CommonJS bundlers like Browserify, RequireJS, Webpack to roll up angular-breadcrumb. Currently, we have to shim angular-breadcrumb's module name at bundle time.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 94.706% when pulling 66f6c9d6f0fff1645a78ad87d40498dd78f23b3a on leigh-johnson:master into e6e92aa5722d8e8036d405bdd9a5b2dea15da31e on ncuillery:master.

stramel commented 8 years ago

Dupe of #147