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

Should I put the intact template into my html code or just <div ncy-breadcrumb></div> #130

Open cesiya23 opened 8 years ago

cesiya23 commented 8 years ago

first time to use this great module. thanks to ncuillery!

maybe quite silly... I wonder should I put the intact template into my html code like this below:

`

`

or just like it showed in Usage, a line of code is enough?

<div ncy-breadcrumb></div>

As bootstrap3's template is default, so I guess this directive will auto insert template into my code, but actually it shows nothing...