Fixed pulsating PTR icon

This commit is contained in:
Max Lynch
2013-11-12 20:16:33 -06:00
parent 59b0e64309
commit 664fe55ff8
5 changed files with 31 additions and 8 deletions

View File

@ -119,7 +119,7 @@
};
$scope.items = [];
for(var i = 0; i < 5; i++) {
for(var i = 0; i < 20; i++) {
$scope.items.push({
text: 'Item ' + i,
canDelete: true,