{% extends "base.template.html" %} {% import "lib/deprecated.html" as x %} {% block content %}
First, get the file:
where X.Y.Z is the AngularJS version you are running.
Then, include {$ doc.packageFile | code $} in your HTML:
{% code %} {% endcode %}Finally, load the module in your application by adding it as a dependent module:
{% code %} angular.module('app', ['{$ doc.name $}']); {% endcode %}With that you're ready to get started!
{% endif %} {$ doc.description | marked $} {% if doc.knownIssueDocs %}Name | Description |
---|---|
{$ issueDoc.id | link(issueDoc.name, issueDoc) $} |
{% for issue in issueDoc.knownIssues -%}
{$ issue | marked $} {% if not loop.last %} {% endif %} {% endfor -%} |
Name | Description |
---|---|
{$ component.id | link(component.name, component) $} | {$ component.description | firstParagraph | marked $} |