Feedback bar for showing response to user actions

Fixes #215
This commit is contained in:
Joseph Schorr 2015-07-13 15:34:46 +03:00
parent d9bafa478b
commit dcf8922799
5 changed files with 100 additions and 0 deletions

View file

@ -0,0 +1,3 @@
<div class="feedback-bar-element" ng-class="feedback.kind" ng-show="viewCounter">
{{ feedback.message }}
</div>