-
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.2
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.4.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 20 files changed
- 4 contributors
Commits on Nov 30, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 67e4997 - Browse repository at this point
Copy the full SHA 67e4997View commit details
Commits on Dec 9, 2016
-
use $templateRequest from AngularJS
- modified `$templateFactory` to use `$templateRequest` provider of AngularJs in case it is avalable - removed the test case which enforces the setting of request header `Accept: text/html`
Configuration menu - View commit details
-
Copy full SHA for 9a1af98 - Browse repository at this point
Copy the full SHA 9a1af98View commit details -
- AngularJS 1.0.8 don't have $injector.has
Configuration menu - View commit details
-
Copy full SHA for c4ab9ba - Browse repository at this point
Copy the full SHA c4ab9baView commit details -
chore(1.3 tests): Update the Angular version
Replace 1.3.0 with 1.3.17.
1Configuration menu - View commit details
-
Copy full SHA for 9895f94 - Browse repository at this point
Copy the full SHA 9895f94View commit details -
test(templateFactory): Verifiy the security checks and compatibility …
…on 1.3+ templateFactory uses templateRequest, which calls the $sce to run the usual security checks on template URLs. This change verifies that the policy is indeed enforced, and that the user can provide $sce-trusted types through templateFactory (i.e., no assumptions are made that URLs are plain strings).
Configuration menu - View commit details
-
Copy full SHA for 8b87fec - Browse repository at this point
Copy the full SHA 8b87fecView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad1f093 - Browse repository at this point
Copy the full SHA ad1f093View commit details
Commits on Dec 15, 2016
-
feat($templateFactory): refactor to a Provider to have a $http/$templ…
…ateRequest switch This creates a $TemplateFactoryProvider to be able to set a global config option that forces $templateFactory to use $http (which bypasses the security checks, hence the scary name). Added tests and doc for that too. This still defaults to $http on older Angulars as expected.
Configuration menu - View commit details
-
Copy full SHA for 7f1dec0 - Browse repository at this point
Copy the full SHA 7f1dec0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7fae8e - Browse repository at this point
Copy the full SHA d7fae8eView commit details -
fix(uiView): do not leave initial view scope undestroyed (fix unhandl…
…ed rejection) This is a backport of #3164 from `master` to `legacy` Previously the contents of the initial view were linked and left undestroyed when the view was replaced with a subview. Because the view was not destroyed, directives like ngInclude assumed it was safe to compile and link asynchronous content to it. This would cause a ctreq error if the asynchronous content required another directive from the DOM. Now the initial view is either not linked at all or its scope is properly destroyed. Closes #3164
Configuration menu - View commit details
-
Copy full SHA for 5be98e0 - Browse repository at this point
Copy the full SHA 5be98e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba077aa - Browse repository at this point
Copy the full SHA ba077aaView commit details
Commits on Jan 3, 2017
-
fix(urlMatcherFactory): Check for null in int.is()
Fixes message: Cannot read property 'toString' of null Closes #3197
Configuration menu - View commit details
-
Copy full SHA for 61728d7 - Browse repository at this point
Copy the full SHA 61728d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc62abe - Browse repository at this point
Copy the full SHA cc62abeView commit details
Commits on Jan 18, 2017
-
2
Configuration menu - View commit details
-
Copy full SHA for f2910e9 - Browse repository at this point
Copy the full SHA f2910e9View commit details -
chore(*): bump package version to 0.4.0
chore(*): Add npm prepublish to enable "npm install ../angular-ui-router"
Configuration menu - View commit details
-
Copy full SHA for d0f4937 - Browse repository at this point
Copy the full SHA d0f4937View commit details -
Configuration menu - View commit details
-
Copy full SHA for 589c09e - Browse repository at this point
Copy the full SHA 589c09eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f81a0b - Browse repository at this point
Copy the full SHA 2f81a0bView commit details
Commits on Jan 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 25614ee - Browse repository at this point
Copy the full SHA 25614eeView commit details
There are no files selected for viewing