2018-01-03 22:50:39 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								import { react2AngularDirective } from 'app/core/utils/react2angular';
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								import { PasswordStrength } from './components/PasswordStrength';
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								import PageHeader from './components/PageHeader/PageHeader';
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								import EmptyListCTA from './components/EmptyListCTA/EmptyListCTA';
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								import { SearchResult } from './components/search/SearchResult';
							 | 
						
					
						
							
								
									
										
										
										
											2018-01-16 19:52:13 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								import { TagFilter } from './components/TagFilter/TagFilter';
							 | 
						
					
						
							
								
									
										
										
										
											2018-09-04 23:24:08 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								import { SideMenu } from './components/sidemenu/SideMenu';
							 | 
						
					
						
							
								
									
										
										
										
											2018-10-22 20:22:40 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								import AlertList from './components/Alerts/AlertList';
							 | 
						
					
						
							
								
									
										
										
										
											2017-10-22 13:03:26 +08:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								export function registerAngularDirectives() {
							 | 
						
					
						
							
								
									
										
										
										
											2018-01-03 22:50:39 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								  react2AngularDirective('passwordStrength', PasswordStrength, ['password']);
							 | 
						
					
						
							
								
									
										
										
										
											2018-09-04 23:24:08 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								  react2AngularDirective('sidemenu', SideMenu, []);
							 | 
						
					
						
							
								
									
										
										
										
											2018-10-19 21:33:16 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								  react2AngularDirective('pageAlertList', AlertList, []);
							 | 
						
					
						
							
								
									
										
										
										
											2018-01-03 22:50:39 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								  react2AngularDirective('pageHeader', PageHeader, ['model', 'noTabs']);
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								  react2AngularDirective('emptyListCta', EmptyListCTA, ['model']);
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								  react2AngularDirective('searchResult', SearchResult, []);
							 | 
						
					
						
							
								
									
										
										
										
											2018-01-16 19:52:13 +08:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								  react2AngularDirective('tagFilter', TagFilter, [
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    'tags',
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    ['onSelect', { watchDepth: 'reference' }],
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    ['tagOptions', { watchDepth: 'reference' }],
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								  ]);
							 | 
						
					
						
							
								
									
										
										
										
											2017-10-22 13:03:26 +08:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								}
							 |