| 
									
										
										
										
											2015-08-20 13:19:34 -07:00
										 |  |  | <!doctype html> | 
					
						
							|  |  |  | <html> | 
					
						
							|  |  |  | <head> | 
					
						
							|  |  |  |   <meta charset="UTF-8"> | 
					
						
							|  |  |  |   <title></title> | 
					
						
							|  |  |  | </head> | 
					
						
							|  |  |  | <body> | 
					
						
							|  |  |  | <div ng-app="myApp" ng-controller="MyCtrl"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </div> | 
					
						
							|  |  |  | <script src="../../node_modules/angular/angular.js"></script> | 
					
						
							|  |  |  | <script src="../../dist/angular_1_router.js"></script> | 
					
						
							|  |  |  | <script> | 
					
						
							|  |  |  |   angular.module('myApp', ['ngComponentRouter']) | 
					
						
							|  |  |  |     .controller('MyCtrl', ['$router', function ($router) { | 
					
						
							|  |  |  |       console.log($router); | 
					
						
							| 
									
										
										
										
											2015-09-08 21:41:56 -07:00
										 |  |  |       $router.navigateByUrl('/') | 
					
						
							| 
									
										
										
										
											2015-08-20 13:19:34 -07:00
										 |  |  |         .then(console.log.bind(console, 'resolve'), console.log.bind(console, 'reject')); | 
					
						
							|  |  |  |     }]); | 
					
						
							|  |  |  | </script> | 
					
						
							|  |  |  | </body> | 
					
						
							|  |  |  | </html> |