Skip to content

Instantly share code, notes, and snippets.

@ehelms
Created January 26, 2016 21:17
Show Gist options
  • Save ehelms/49679adf6d847575aeb7 to your computer and use it in GitHub Desktop.
Save ehelms/49679adf6d847575aeb7 to your computer and use it in GitHub Desktop.
<div ng-repeat="type in types">
<div bst-alert="{{type}}" ng-repeat="alert in alerts[type] track by $index" close="closeAlert(type, $index)">
<span ng-bind-html="alert"></span>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment