Skip to content
Extraits de code Groupes Projets
notification.directive.html 368 octets
Newer Older
  • Learn to ignore specific revisions
  • <div class="notification system">
        <button type="button" class="close" data-dismiss="alert" ng-if="!noclear" ng-click="notification.markNotificationAsRead()">&times;</button>
        <strong ng-if="title">{{ title }}</strong>
    
        <!-- ng-transclude causes directive child elements to be added here -->
        <div ng-transclude style="display:inline-block"></div>
    
    </div>