Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zzd4java/generator-angular
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: yeoman/generator-angular
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 5, 2017

  1. Update index.html (yeoman#1388)

    Updating hyperlinks
    kutec authored and eddiemonge committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    461640d View commit details
    Browse the repository at this point in the history
  2. url contain '%2F' instead of '/' (yeoman#1381)

    Starting with Angular v.1.6.0, the default hash-prefix used for $location hash-bang URLs has changed from the empty string ('') to the bang ('!').
    This means that the links from an app created with "yo angular" won't work, since Angular ^1.4.0 will resolve to angular 1.6.0 or newer.
    I believe most people prefer to keep the # symbol instead of #!
    mikela authored and eddiemonge committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    019c997 View commit details
    Browse the repository at this point in the history
Loading