Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 18, 2018 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/14cf43f4277e456c09429da31582e8e9 to your computer and use it in GitHub Desktop.
Save parzibyte/14cf43f4277e456c09429da31582e8e9 to your computer and use it in GitHub Desktop.
<div class="ui-notification">
<h3 ng-show="title" ng-bind-html="title"></h3>
<div class="message" ng-bind-html="message"></div>
<img style="display: block;
margin-left: auto;
margin-right: auto;
width: 50%;"
src="https://picsum.photos/200">
<br>
<button ng-click="decirHola()">{{autor}}</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment