Vincent Fournier 5d87fdaacd Improve code naming
Change-Id: If4837f71caca6d594e141fff830c7c2c08376e03
2015-08-24 20:33:27 -04:00

15 lines
516 B
HTML

<div class="tab-content">
<header class="main__content__header clearfix">
<h2 class="main__content__title">{{options.attributes.title}}</h2>
<p data-ng-show="isBannerShown" class="main__content__alert state--error">
There
<ng-pluralize count="{{data}}" when="{'0':'is', '1': 'is', 'other': 'are'}">
</ng-pluralize>
are {{data}} {{item}}
<ng-pluralize count="data" when="{'0':'problem', '1': 'problem', 'other': 'problems'}">
</ng-pluralize>
</p>
</header>
</div>