-
Notifications
You must be signed in to change notification settings - Fork 3k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: angular-ui/ui-router
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: angular-ui/ui-router
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 14 files changed
- 4 contributors
Commits on Sep 19, 2016
-
fix(urlMatcherFactory): fix tilde edge case with "string" encoding (#…
…3021) makes it possible to bidirectionally encode/decode "~2F"
Configuration menu - View commit details
-
Copy full SHA for 953235a - Browse repository at this point
Copy the full SHA 953235aView commit details
Commits on Sep 26, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a8aa40a - Browse repository at this point
Copy the full SHA a8aa40aView commit details
Commits on Nov 3, 2016
-
fix($state.transitionTo): trigger $stateChangeCancel appropriately (#…
…3039) Current behaviour: We are in state A. We start a transition to state B. `$stateChangeStart` is triggered. Before `$stateChangeSuccess` is triggered for state B, we start a transition back to state A. No state events are triggered and we are left hanging without any notification. Updated behaviour: When the state change to B is superseded by the state change back to A, `$stateChangeCancel` is broadcasted on `$rootScope` for the transition from B -> A. This behaviour makes sure that for every `$stateChangeStart` there is a corresponding `$stateChange<Success|Error|Cancel>` thus completing the lifecycle. Fixes issue #3027
Configuration menu - View commit details
-
Copy full SHA for ca7c366 - Browse repository at this point
Copy the full SHA ca7c366View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83640ee - Browse repository at this point
Copy the full SHA 83640eeView commit details -
fix(state.includes): compare param vals using typed parameter (not us…
…ing `==`) - Allows .includes() to match when a param value is non-primitive and == is not useful (such as an array) Closes #2696
Configuration menu - View commit details
-
Copy full SHA for 6958c24 - Browse repository at this point
Copy the full SHA 6958c24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66ab048 - Browse repository at this point
Copy the full SHA 66ab048View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd699ac - Browse repository at this point
Copy the full SHA bd699acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c3fae9 - Browse repository at this point
Copy the full SHA 4c3fae9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 004330a - Browse repository at this point
Copy the full SHA 004330aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e5b6a0 - Browse repository at this point
Copy the full SHA 5e5b6a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1989bc - Browse repository at this point
Copy the full SHA c1989bcView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.3.1...0.3.2