2015-03-31 21:51:25 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								{% include "lib/paramList.html" -%}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								{% extends 'layout/base.template.html' -%}
							 
						 
					
						
							
								
									
										
										
										
											2014-12-04 14:02:03 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								{% block body %}
							 
						 
					
						
							
								
									
										
										
										
											2015-03-31 21:51:25 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								< h1  class = "class export" > {$ doc.name $} < span  class = "type" > class< / span > < / h1 >  
						 
					
						
							
								
									
										
										
										
											2015-04-08 18:58:14 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								< p  class = "module" > exported from < a  href = "/{$ doc.moduleDoc.path $}" > {$ doc.moduleDoc.id $}< / a > < br / >  
						 
					
						
							
								
									
										
										
										
											2015-05-15 13:57:38 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								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 > < / p > 
							 
						 
					
						
							
								
									
										
										
										
											2014-12-04 14:02:03 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								< p > {$ doc.description | marked $}< / p >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-04-07 09:23:07 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								{%- if doc.constructorDoc or doc.members.length -%}
							 
						 
					
						
							
								
									
										
										
										
											2014-12-04 14:02:03 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								< h2 > Members< / h2 >  
						 
					
						
							
								
									
										
										
										
											2015-04-08 17:11:26 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-03-31 21:51:25 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								{%- if doc.constructorDoc %}
							 
						 
					
						
							
								
									
										
										
										
											2015-04-08 17:11:26 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  < section  class = "member constructor" > 
							 
						 
					
						
							
								
									
										
										
										
											2015-04-18 22:06:35 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    < h1  id = "constructor"  class = "name" > {$ doc.constructorDoc.name $}{$ paramList(doc.constructorDoc.params) $}< / h1 > 
							 
						 
					
						
							
								
									
										
										
										
											2015-04-08 17:11:26 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    {% marked %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								      {$ doc.constructorDoc.description $}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    {% endmarked %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  < / section > 
							 
						 
					
						
							
								
									
										
										
										
											2015-03-31 21:51:25 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								{% endif -%}
							 
						 
					
						
							
								
									
										
										
										
											2015-04-08 17:11:26 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-04-17 16:24:07 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								{%- for member in doc.members %}{% if not member.private %}
							 
						 
					
						
							
								
									
										
										
										
											2015-04-08 17:11:26 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  < section  class = "member" > 
							 
						 
					
						
							
								
									
										
										
										
											2015-04-18 22:06:35 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    < h1  id = "{$ member.name $}"  class = "name" > {$ member.name $}{$ paramList(member.params) $}< / h1 > 
							 
						 
					
						
							
								
									
										
										
										
											2015-04-08 17:11:26 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    {% marked %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								      {$ member.description $}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    {% endmarked %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  < / section > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-04-17 16:24:07 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								{% endif %}{% endfor %}
							 
						 
					
						
							
								
									
										
										
										
											2015-04-07 09:23:07 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								{%- endif -%}
							 
						 
					
						
							
								
									
										
										
										
											2014-12-04 14:02:03 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								{% endblock %}