angular-timeline.directive.timeline-heading.html 948 B

1234567891011121314151617
  1. <a href="https://github.com/{{repo}}/edit/master/{{file}}" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/{{repo}}/blob/{{sha}}/{{file}}#L{{codeline}}" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">timeline-heading</code>
  2. <div><span class="hint">directive in module <code ng:non-bindable="">angular-timeline</code>
  3. </span>
  4. </div>
  5. </h1>
  6. <div><h2 id="description">Description</h2>
  7. <div class="description"><div class="angular-timeline-directive-page angular-timeline-directive-timeline-heading-page"><p>Optional element to show the heading for a <code>timeline-panel</code>.</p>
  8. </div></div>
  9. <h2 id="usage">Usage</h2>
  10. <div class="usage">as element:<pre class="prettyprint linenums">&lt;timeline-heading&gt;
  11. &lt;/timeline-heading&gt;</pre>
  12. as attribute<pre class="prettyprint linenums">&lt;ANY timeline-heading&gt;
  13. ...
  14. &lt;/ANY&gt;</pre>
  15. </div>
  16. </div>