diff --git a/js/ext/angular/test/list.html b/js/ext/angular/test/list.html index a60a05e8773..a0a44f0eef5 100644 --- a/js/ext/angular/test/list.html +++ b/js/ext/angular/test/list.html @@ -67,11 +67,20 @@ .my-repeat-animation > .ng-move.ng-move-active { opacity:1; } + #click-notify { + position: absolute; + z-index: 9999; + background: red; + min-width: 50px; + left: 48%; + top: 150px; + display: none; + }
- +