| 
									
										
										
										
											2016-09-09 15:16:47 -07:00
										 |  |  | {% import "lib/githubLinks.html" as github -%} | 
					
						
							|  |  |  | {% import "lib/paramList.html" as params -%} | 
					
						
							| 
									
										
										
										
											2016-09-09 10:27:11 +01:00
										 |  |  | {% extends 'layout/base.template.html' -%} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block body %} | 
					
						
							|  |  |  | include {$ relativePath(doc.path, '_util-fns') $} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% include "layout/_what-it-does.html" %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% include "layout/_security-notes.html" %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% include "layout/_deprecated-notes.html" %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% include "layout/_how-to-use.html" %} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-14 14:56:39 -07:00
										 |  |  | {% include "layout/_ng-module.html" %} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-09 10:27:11 +01:00
										 |  |  | div(layout="row" layout-xs="column" class="row-margin ng-cloak") | 
					
						
							|  |  |  |   div(flex="20" flex-xs="100") | 
					
						
							|  |  |  |     h2(class="h2-api-docs") Description | 
					
						
							|  |  |  |   div(class="code-links" flex="80" flex-xs="100") | 
					
						
							|  |  |  |     :marked | 
					
						
							|  |  |  |     {%- if doc.description.length > 2 %} | 
					
						
							|  |  |  | {$ doc.description | indentForMarkdown(6) | trimBlankLines $} | 
					
						
							|  |  |  |     {% endif %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | p(class="location-badge"). | 
					
						
							|  |  |  |   exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} } | 
					
						
							| 
									
										
										
										
											2016-09-14 07:50:02 +01:00
										 |  |  |   defined in {$ github.githubViewLink(doc, versionInfo) $} | 
					
						
							| 
									
										
										
										
											2016-09-09 10:27:11 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-09 15:16:47 -07:00
										 |  |  | {% endblock %} |