Add tips of the day. Update donation link.

This commit is contained in:
Hao Nguyen
2019-07-14 08:30:51 -07:00
parent 96261a94b9
commit db6eb04b49
4 changed files with 56 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
<md-toast role="alert" aria-relevant="all">
<span class="md-toast-text" flex>{{ctrl.toastMessage}}</span>
<md-button ng-click="ctrl.goToUrl(ctrl.url)">
{{ctrl.buttonText}}
</md-button>
</md-toast>