diff --git a/demos/collection-repeat/index.html b/demos/collection-repeat/index.html index 6e6c76f271..6621c6e084 100644 --- a/demos/collection-repeat/index.html +++ b/demos/collection-repeat/index.html @@ -18,6 +18,10 @@ + + @@ -33,7 +37,7 @@ + ng-style="{top: (100/letters.length)*$index + '%'}"> {{letter}} @@ -54,6 +58,12 @@ position: absolute; z-index: 100; } +.button.button-icon.input-button { + position: absolute; + right: 0; + top: 5px; + color: #bbb; +}