| 
									
										
										
										
											2016-09-09 12:47:20 +01:00
										 |  |  | {% import "lib/githubLinks.html" as github -%} | 
					
						
							|  |  |  | {% import "lib/paramList.html" as params -%} | 
					
						
							| 
									
										
										
										
											2015-09-30 09:13:23 +01:00
										 |  |  | {% extends 'class.template.html' -%} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-11-13 11:40:00 +00:00
										 |  |  | {% block annotations %} | 
					
						
							|  |  |  | {% endblock %} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-11-10 11:36:46 +00:00
										 |  |  | {% block additional -%} | 
					
						
							| 
									
										
										
										
											2015-09-30 09:13:23 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  | {%- if doc.directiveOptions.selector.split(',').length %} | 
					
						
							| 
									
										
										
										
											2016-06-01 10:33:38 -04:00
										 |  |  | div(layout="row" layout-xs="column" class="row-margin ng-cloak") | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  |   div(flex="20" flex-xs="100") | 
					
						
							| 
									
										
										
										
											2016-04-19 13:18:38 -04:00
										 |  |  |     h2(class="h2-api-docs") Selectors | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  |   div(flex="80" flex-xs="100") | 
					
						
							|  |  |  |     {% for selector in doc.directiveOptions.selector.split(',') %} | 
					
						
							|  |  |  |     p.selector | 
					
						
							|  |  |  |       code {$ selector $} | 
					
						
							|  |  |  |     {% endfor %} | 
					
						
							|  |  |  | {% endif %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% if doc.outputs %} | 
					
						
							| 
									
										
										
										
											2016-06-01 10:33:38 -04:00
										 |  |  | div(layout="row" layout-xs="column" class="row-margin ng-cloak") | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  |   div(flex="20" flex-xs="100") | 
					
						
							| 
									
										
										
										
											2016-04-19 13:18:38 -04:00
										 |  |  |     h2(class="h2-api-docs") Outputs | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  |   div(flex="80" flex-xs="100") | 
					
						
							|  |  |  |   {% for binding, property in doc.outputs %} | 
					
						
							|  |  |  |     div(class="code-margin") | 
					
						
							| 
									
										
										
										
											2016-01-10 19:23:57 +01:00
										 |  |  |       code {$ property.bindingName $} | 
					
						
							| 
									
										
										
										
											2015-09-30 09:13:23 +01:00
										 |  |  |       |  bound to  | 
					
						
							|  |  |  |       code {$ property.memberDoc.classDoc.name $}.{$ property.propertyName $} | 
					
						
							| 
									
										
										
										
											2015-11-10 18:31:46 +00:00
										 |  |  |     :marked | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  | {$ event.memberDoc.description | indentForMarkdown(6) | trimBlankLines $} | 
					
						
							|  |  |  |   {% endfor %} | 
					
						
							| 
									
										
										
										
											2015-11-03 14:40:42 +00:00
										 |  |  | {% endif %} | 
					
						
							| 
									
										
										
										
											2015-09-30 09:13:23 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  | {% if doc.inputs %} | 
					
						
							| 
									
										
										
										
											2016-06-01 10:33:38 -04:00
										 |  |  | div(layout="row" layout-xs="column" class="row-margin ng-cloak") | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  |   div(flex="20" flex-xs="100") | 
					
						
							| 
									
										
										
										
											2016-04-19 13:18:38 -04:00
										 |  |  |     h2(class="h2-api-docs") Inputs | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  |   div(flex="80" flex-xs="100") | 
					
						
							|  |  |  |     {% for binding, property in doc.inputs %} | 
					
						
							|  |  |  |     div(class="code-margin") | 
					
						
							| 
									
										
										
										
											2016-01-10 19:23:57 +01:00
										 |  |  |       code {$ property.bindingName $} | 
					
						
							| 
									
										
										
										
											2015-09-30 09:13:23 +01:00
										 |  |  |       |  bound to  | 
					
						
							|  |  |  |       code {$ property.memberDoc.classDoc.name $}.{$ property.propertyName $} | 
					
						
							| 
									
										
										
										
											2015-11-10 18:31:46 +00:00
										 |  |  |     :marked | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  | {$ event.memberDoc.description | indentForMarkdown(4) | trimBlankLines $} | 
					
						
							|  |  |  |     {% endfor %} | 
					
						
							| 
									
										
										
										
											2015-11-03 14:40:42 +00:00
										 |  |  | {% endif %} | 
					
						
							| 
									
										
										
										
											2015-11-13 11:53:45 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  | {%- if doc.directiveOptions.exportAs %} | 
					
						
							| 
									
										
										
										
											2016-06-01 10:33:38 -04:00
										 |  |  | div(layout="row" layout-xs="column" class="row-margin ng-cloak") | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  |   div(flex="20" flex-xs="100") | 
					
						
							| 
									
										
										
										
											2016-04-19 13:18:38 -04:00
										 |  |  |     h2(class="h2-api-docs") Exported as | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  |   div(flex="80" flex-xs="100") | 
					
						
							|  |  |  |     p.input | 
					
						
							| 
									
										
										
										
											2015-11-13 11:53:45 +00:00
										 |  |  |       code {$ doc.directiveOptions.exportAs $} | 
					
						
							|  |  |  | {% endif %} | 
					
						
							| 
									
										
										
										
											2015-09-30 09:13:23 +01:00
										 |  |  | {% endblock %} |