Logo
Explore Help
Sign In
iSharkFly-Docs/angular-docs-cn
1
0
Fork 0
You've already forked angular-docs-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular-docs-cn/aio/tools/transforms/templates/includes/_selectors.html

15 lines
385 B
HTML
Raw Normal View History

build(aio): remove formatting and styles from dgeni templates Much of the formatting was hardcoded and copied from the old anguar.io jade files. This gives us a clean start. Also, more use has been made of include files to make the templates easier to understand and manage.
2017-01-27 14:51:41 +00:00
{%- if doc.directiveOptions.selector.split(',').length %}
feat(aio): api page styles Changed description from h3 to h2 to match the other header Created api page classes for consistent styling Add styles for info-bar section Wrapped pre tags for code not to go off of screen
2017-04-20 12:20:27 -07:00
<section class="selectors api-section">
<div class="api-section-header">
<h2>Selectors</h2>
</div>
<div class="api-section-content">
build(aio): remove formatting and styles from dgeni templates Much of the formatting was hardcoded and copied from the old anguar.io jade files. This gives us a clean start. Also, more use has been made of include files to make the templates easier to understand and manage.
2017-01-27 14:51:41 +00:00
{% for selector in doc.directiveOptions.selector.split(',') %}
<p class="selector">
<code>{$ selector $}</code>
</p>
{% endfor %}
</div>
</section>
{% endif %}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 88ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API