Skip to content

Instantly share code, notes, and snippets.

@tmamedbekov
Created June 23, 2017 20:06
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 tmamedbekov/9ae747fc2b562cd1fe3277e71c97a660 to your computer and use it in GitHub Desktop.
Save tmamedbekov/9ae747fc2b562cd1fe3277e71c97a660 to your computer and use it in GitHub Desktop.
<section class="row page-header sampleComponent spaced-row" ng-show="data">
<div class="col-xs-12">
<h1 class="header" ng-bind-html="data.Title | asTrusted"></h1>
</div>
<article class="col-xs-7 col-md-8">
<p ng-bind-html="data.Text | asTrusted"></p>
</article>
<figure class="col-xs-5 col-md-4">
<span ng-bind-html="data.Image | asTrusted"></span>
</figure>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment