Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
MUMMNG-2765 pull in url
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug-Reed committed Aug 25, 2016
1 parent 01fe335 commit 5b8ac12
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -34,8 +34,8 @@
<div ng-if='priorityNotifications.length == 1' layout="row" layout-align="center center" layout-fill>
<a ng-href="{{priority.actionURL}}" alt="{{priority.actionAlt}}" class="notification-message">{{priority.title}}</a>
<div layout="row" layout-align="center center" ng-if="priority.actionButtons && priority.actionButtons.length > 0" class="notification-buttons">
<md-button class="md-raised"
ng-href="button.url"
<md-button class="md-raised"
ng-href={{button.url}}
ng-repeat="button in priority.buttonText track by button.caption"
ng-class="{'md-primary' : $index === 0, 'md-accent' : $index > priority.buttonText.length / 2 - 1}"
ng-click="button.action"
Expand Down

0 comments on commit 5b8ac12

Please sign in to comment.