Куча говна / Говнокод #19949 Ссылка на оригинал

0

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
<ol ng-init="citationsLimit = 3" ng-model="citationsLimit">
	<li class="citation citationList" ng-repeat="citation in answerFact.citations | limitTo: citationsLimit as citationsResult">
		<i class="fa ic-marker fa-circle" aria-hidden="true"></i>
		<div class="citation-text">
			<span ng-bind-html="citation.highlightedSentenceString"></span>
			<span ng-if="citation.source">
				(<a  href="{{citation.source}}" target="_blank">{{citation.source}}</a>)
			</span>
		</div>
	</li>
</ol>

Запостил: ifmy ifmy, (Updated )

Комментарии (1) RSS

Добавить комментарий

Помни, guest, за тобой могут следить!

    А не использовать ли нам bbcode?


    8