Merge pull request #13 from angular/resources

add space
This commit is contained in:
Alex Wolfe 2015-03-21 09:26:10 -07:00
commit 8a8f1c19c6
1 changed files with 2 additions and 2 deletions

View File

@ -233,7 +233,7 @@ p.
// Rewrite the paths to load the files
System.paths = {
'angular2/*':'/quickstart/angular2/*.js', // Angular
'rtts_assert/*': '/quickstart/rtts_assert/*.js', //Runtime assertions
'rtts_assert/*': '/quickstart/rtts_assert/*.js', // Runtime assertions
'app': 'app.es6' // The my-app component
};