Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(demo-app): resolve mapping paths in relative. #566

Merged
merged 1 commit into from
May 30, 2016

Commits on May 28, 2016

  1. fix(demo-app): resolve mapping paths in relative.

    * Currently, the demo app is mapping its core and components absolutely (`/`), which is working perfectly for the served application
    * This commit changes the absolute mapping paths to relative paths.
      This allows developers, to serve the demo-app also in sub-directories.
    
    Also this is required for some bundlers, for example SystemJS Builder is not able to build a bundle of the demo app, with absolute paths, because the
    baseURL may be different.
    
    References angular#553
    devversion committed May 28, 2016
    Configuration menu
    Copy the full SHA
    78abca0 View commit details
    Browse the repository at this point in the history