- <div class="card">
- <h2 class="h3">{{ header }}</h2>
- <i class="icon icon-card {{ icon }}"></i>
- <p class="hidden">{{ description }}</p>
- <div class="card-hidden">
- <!-- avoid the escaping which would happen with:
- <a ng-href="#/notes/{{id}}">{{ body }}</a> -->
- <a ng-href="#/notes/{{id}}" ng-bind-html="body"></a>
- </div>
- </div>
|