This commit is contained in:
Pier Fumagalli 2015-05-20 14:31:34 +09:00
parent afa3e1a883
commit 8aad820d83

View file

@ -12,7 +12,7 @@
when="{'0': 'Select repositores to delete', 'one': 'Delete one repository', 'other': 'Delete {} repositories'}">
</ng-pluralize>
</button>
<div>
</div>
<span ng-repeat-start="(username, repos) in (filteredRepositories=(repositories | filter:searchTerm) | groupBy: 'username')"></span>