Skip to content

Commit

Permalink
Fixed a list item PR issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Jun 2, 2014
1 parent 17ee4df commit 07fa80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/angular/directive/item.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var ITEM_TPL_CONTENT_ANCHOR =
'<a class="item-content" ng-href="{{$href()}}" target="{{$target}}></a>';
'<a class="item-content" ng-href="{{$href()}}" target="{{$target}}"></a>';
var ITEM_TPL_CONTENT =
'<div class="item-content"></div>';
/**
Expand Down

0 comments on commit 07fa80a

Please sign in to comment.