Newer
Older
ubFramework / Portal / docroot / user / views / common / notify.html
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 503 bytes Cleaning Up Making It A Sub Module
<div class="cg-notify-message inspinia-notify" ng-class="$classes">
    <div class="p-lg">
        <div ng-show="!$messageTemplate">
            {{$message}}
        </div>

        <div ng-show="$messageTemplate" class="cg-notify-message-template">

        </div>

        <button type="button" class="cg-notify-close" ng-click="$close()">
            <span aria-hidden="true">&times;</span>
            <span class="cg-notify-sr-only">Close</span>
        </button>
    </div>

</div>