-
Notifications
You must be signed in to change notification settings - Fork 27.3k
Conversation
Add a simple task for the user to better understand ng-repeat. Close #8757
The current link leads to a page 'Building and Testing AngularJS'. This same link is also included in the 'Building AngularJS' section of the README where it's more relevant.
The second link to Strict Contextual Escaping (SCE) points to a 404. Closes #8514
Previously when a negative number was rounded to 0 by the number filter it would be formated as a negative number. This means something like {{ -0.01 | number: 1 }} would output -0.0. Now it will ouput 0.0 instead. Closes #8489
…mplate" This reverts commit 466320f.
The keywords processor now also extracts the members (i.e. method, properties and events) into its own search term property. These are then used in the lunr search index with higher weighting that normal keywords to push services that contain the query term as a member higher up the search results. Closes #7661
Finally we can control the order of the guide pages
These changes were made to master in 85880a6 but never made it to the 1.2.x branch.
The original fix for which this mock location logic was written fixes a bug in master which also exists in 1.2.x. Cherry-picking the fix to the 1.2.x branch was difficult because the mock location object used ES5 get/set syntax, which is not supported in IE8. This fix changes the implementation to work with IE8 and modern browsers. IE8's defineProperty only works on certain types of objects, such as DOM elements. So the mock location is a div element in this implementation.
I changed the word "into" to "within". Original description underneath ngAnimate reads: "Use ngAnimate to enable animation features into your application". I changed the text to read: "Use ngAnimate to enable animation features within your application". The change in wording makes the description read better and gives it a more professional feel. Closes #10517
This book explores the AngularJS features that can help a developer for building a responsive application. Merçi beaucoup~ Closes #10513
The sentence was missing a definite article so was unclear. Added one to clarify. Closes #10547
In the current angular-mocksSpec, the tests for $exceptionHandlerProvider call `module` to run tests on `$exceptionHandlerProvider.mode()`, but do not call `inject()` to pump the module definitions. Closes #10563
Using obsolete <tt> HTML tag may not be good for Angular examples Closes #10594
Backport #11796 to 1.2 branch. IE11 MutationObserver breaks consecutive text nodes into several text nodes. This patch merges consecutive text nodes into a single node before looking for interpolations. Also had to modify npm-shrinkwrap.json because [email protected] was unpublished from npm. Closes #11781 Closes #12613
When accessing an instance thru a computed member and the property is an array, then also check the string value of the array. Closes #12833
In the position that DIST_TAG was being assigned it was trying to get the `distTag` value from the wrong (i.e. a bower-...) repository.
Do not convert to string properties multiple times.
…e tests are done running This is to prevent sauce connect tunnel leaks. Closes #12921
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
|
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
What is the current behavior? (You can also link to an open issue here)
What is the new behavior (if this is a feature change)?
Does this PR introduce a breaking change?
Please check if the PR fulfills these requirements
Other information: