alexcrack/angular-ui-notification

View on GitHub
build/angular-ui-notification.templates.js

Summary

Maintainability
A
0 mins
Test Coverage
angular.module("ui-notification").run(["$templateCache", function($templateCache) {$templateCache.put("angular-ui-notification.html","<div class=\"ui-notification\"><h3 ng-show=\"title\" ng-bind-html=\"title\"></h3><div class=\"message\" ng-bind-html=\"message\"></div></div>");}]);