angular-breadcrumb
angular-breadcrumb copied to clipboard
Should I put the intact template into my html code or just <div ncy-breadcrumb></div>
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...