andreychernih/railsbox

View on GitHub
app/assets/templates/notification.html.slim

Summary

Maintainability
Test Coverage
.notification.alert role='alert' ng-class='notification.class' ng-show='notification.message'
  button type="button" class="close" ng-click='close()'
    span aria-hidden="true" ×
  ' {{ notification.message }}