diff --git a/js/angular/directive/item.js b/js/angular/directive/item.js index 8556cb9bef..53bb3675c1 100644 --- a/js/angular/directive/item.js +++ b/js/angular/directive/item.js @@ -21,6 +21,9 @@ var ITEM_TPL_CONTENT = * ```html * * Hello! +* +* Link to detail page +* * * ``` */ @@ -65,4 +68,3 @@ function($animate, $compile) { } }; }]); -