| 
									
										
										
										
											2015-04-25 14:29:20 -07:00
										 |  |  | {% include "lib/paramList.html" -%} | 
					
						
							|  |  |  | {% extends 'layout/base.template.html' -%} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block body %} | 
					
						
							|  |  |  | .l-main-section | 
					
						
							|  |  |  |   h2(class="function export") {$ doc.name $} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-15 13:57:38 +01:00
										 |  |  |   {% if doc.parameters %} | 
					
						
							|  |  |  |   pre.prettyprint | 
					
						
							|  |  |  |     code. | 
					
						
							|  |  |  |       {$ doc.name $}{$ paramList(doc.parameters) | indent(4, true) | trim $}{$ returnType(doc.returnType) $} | 
					
						
							|  |  |  |   {% endif %} | 
					
						
							| 
									
										
										
										
											2015-04-25 14:29:20 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  |   p.location-badge. | 
					
						
							| 
									
										
										
										
											2015-05-15 13:57:38 +01:00
										 |  |  |     exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} } | 
					
						
							|  |  |  |     defined in <a href="https://github.com/angular/angular/tree/master/modules/{$ doc.fileInfo.relativePath $}#L{$ doc.location.start.line+1 $}-L{$ doc.location.end.line+1 $}">{$ doc.fileInfo.relativePath $} (line {$ doc.location.start.line+1 $})</a> | 
					
						
							| 
									
										
										
										
											2015-04-25 14:29:20 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  |   :markdown | 
					
						
							|  |  |  | {$ doc.description | indent(4, true) $} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% endblock %} |