| 
									
										
										
										
											2015-08-08 13:55:53 -07:00
										 |  |  | <!-- #docregion --> | 
					
						
							|  |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html> | 
					
						
							|  |  |  |   <head> | 
					
						
							| 
									
										
										
										
											2016-01-17 19:59:34 -08:00
										 |  |  |     <!-- IE required polyfills, in this exact order --> | 
					
						
							|  |  |  |     <script src="node_modules/es6-shim/es6-shim.min.js"></script> | 
					
						
							|  |  |  |     <script src="node_modules/systemjs/dist/system-polyfills.js"></script> | 
					
						
							| 
									
										
										
										
											2016-02-17 22:20:03 -08:00
										 |  |  |     <script src="node_modules/angular2/es6/dev/src/testing/shims_for_IE.js"></script> | 
					
						
							| 
									
										
										
										
											2016-01-17 19:59:34 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-08 13:55:53 -07:00
										 |  |  |     <script src="https://github.jspm.io/jmcriffey/bower-traceur-runtime@0.0.87/traceur-runtime.js"></script> | 
					
						
							|  |  |  |     <script src="https://jspm.io/system@0.16.js"></script> | 
					
						
							|  |  |  |     <script src="https://code.angularjs.org/2.0.0-alpha.34/angular2.dev.js"></script> | 
					
						
							|  |  |  |   </head> | 
					
						
							|  |  |  |   <body> | 
					
						
							|  |  |  |     <my-app></my-app> | 
					
						
							|  |  |  |     <script> | 
					
						
							|  |  |  |       System.import('app'); | 
					
						
							|  |  |  |     </script> | 
					
						
							|  |  |  |   </body> | 
					
						
							|  |  |  | </html> |