Correct sources to prevent angular.js deprecation Warning

Correct scss to prevent 404 server response
This commit is contained in:
iRouge
2015-06-12 11:17:54 -04:00
committed by Francis Lachapelle
parent 02cdc869be
commit bed46ba2eb
5 changed files with 15 additions and 14 deletions
@@ -40,7 +40,8 @@
<div class="sg-icon-bar">
<!-- todo: Replace md-tooltip values by localizable string variable -->
<md-button class="iconButton"
ui-sref="mail.account.mailbox.message.action({accountId: account.id, mailboxId: (mailbox.path | encodeUri), messageId: message.uid, actionName: 'reply'})">
ui-sref="mail.account.mailbox.message.action({accountId: account.id, mailboxId: (mailbox.path | encodeUri), messageId: message.uid, actionName: 'reply'})"
aria-label="reply">
<md-tooltip md-direction="left">Reply to the message</md-tooltip>
<i class="md-icon-reply"><!-- reply --></i>
</md-button>