File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "version" : " v1.2 .*"
2+ "version" : " v1.3 .*"
33}
Original file line number Diff line number Diff line change 11< div class ="data-set-container ">
2- < div class =' head ' >
2+ < div class =" head " >
33 < div class ="drag-handle "> </ div >
44 < h3 > {{chartTitle}}</ h3 >
55 < p class ="count ">
@@ -25,17 +25,17 @@ <h3>{{chartTitle}}</h3>
2525 < tbody >
2626 < tr ng-repeat ="item in selectedShownItems " class ="selected ">
2727 < td >
28- < div class =' list-item ' ng-click ="removeItem(item) "> {{ item.display_name || item.name}}</ div >
29- < a ng-if ="link " class =' permalink ' target =' _blank ' href =' http://crunchbase.com/company/{{item.permalink}} ' >
28+ < div class =" list-item " ng-click ="removeItem(item) "> {{ item.display_name || item.name}}</ div >
29+ < a ng-if ="link " class =" permalink " target =" _blank " href =" http://crunchbase.com/{{ item.investor_type.replace('_', '-') || ' company' }} /{{item.permalink}} " >
3030 < span class ="pull-right glyphicon glyphicon-new-window "> </ span >
3131 </ a >
3232 < span ng-if ="count " class ="pull-right model-count "> {{ item.model_count }}</ span >
3333 </ td >
3434 </ tr >
3535 < tr ng-if ="selectedItems.indexOf(item) < 0 " ng-repeat ="item in scrollItems " >
3636 < td >
37- < div class =' list-item ' ng-click ="selectItem(item) "> {{ item.display_name || item.name}}</ div >
38- < a ng-if ="link " class =' permalink ' target =' _blank ' href =' http://crunchbase.com/company/{{item.permalink}} ' >
37+ < div class =" list-item " ng-click ="selectItem(item) "> {{ item.display_name || item.name}}</ div >
38+ < a ng-if ="link " class =" permalink " target =" _blank " href =" http://crunchbase.com/{{ item.investor_type.replace('_', '-') || ' company' }} /{{item.permalink}} " >
3939 < span class ="pull-right glyphicon glyphicon-new-window "> </ span >
4040 </ a >
4141 < span ng-if ="count " class ="pull-right model-count "> {{ item.model_count }}</ span >
Original file line number Diff line number Diff line change 4040 selected ="investorIds "
4141 total ="investors.count() "
4242 count ="true "
43+ link ="true "
4344 show-search ="true "
4445 filter-property ="investorIds "
4546 > </ div >
You can’t perform that action at this time.
0 commit comments