| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-06 | docs(compile): fix minor spelling mistake | Michael Stewart | |
| Closes: #3468 | |||
| 2013-08-01 | revert: fix(location): fix parameter handling on search() | Igor Minar | |
| This reverts commit 90532f5e3c2016c99833a4dd779a5c4718c84f4d. The commit contains references to minErr that are not available in the stable branch. | |||
| 2013-07-31 | fix(location): fix parameter handling on search() | Misko Hevery | |
| 2013-07-24 | fix(form): pick the right attribute name for ngForm | Pawel Kozlowski | |
| Closes #2997 | |||
| 2013-07-24 | fix(numberFilter): always convert scientific notation to decimal | Paul Meskers | |
| Previously, the number filter would format small and large numbers as scientific notation. It now uses toFixed() to ensure that all requested digits are shown. | |||
| 2013-07-24 | fix($location): prevent infinite digest error due to IE bug | Pavel Vasek | |
| If an app uses HTML5 mode and we open an html5 url on IE8 or 9 which don't support location href, we use location.replace to reload the page with the hashbang equivalent of the url but this fails with infinite digest. This is because location.replace doesn't update location.href synchronously on IE8 and 9. Closes #2802, #3305, #1417 | |||
| 2013-07-23 | docs(cacheFactory): correct typos | Spencer | |
| 2013-07-22 | fix($compile): always instantiate controllers in parent->child order | Igor Minar | |
| Previously it was possible to get into a situation where child controller was being instantiated before parent which resulted in an error. Closes #2738 | |||
| 2013-07-21 | docs(input): fix example | Jérémy | |
| The input [number] error spans did not show on the example, as they were relying on an non-existing property (myForm.list.$error) vs the working property (myForm.input.$error) | |||
| 2013-07-21 | docs(ngController): remove obsolete mention of scope as `this` in controller | Vineet Kumar | |
| Controllers are now (since angular 1.0) instantiated as regular constructorsand the scope is injectable as $scope rather than being referenced as `this` in controller methods. | |||
| 2013-07-21 | docs($window): improve style and clarify wording | David Sanders | |
| 2013-07-18 | docs(jqLite): document "$destroy" event | Pete Bacon Darwin | |
| 2013-07-17 | docs($templateCache): add examples of usage | Spencer | |
| 2013-07-17 | docs(dateFilter): fix typos | Bruno Coelho | |
| Fix closing parenthesis, quotes around string literal and remove trailing whitespace. Closes #3250 | |||
| 2013-07-11 | fix(ngSubmit): expose $event to ngSubmit callback | Wesley Cho | |
| 2013-07-11 | fix(ngValue): made ngValue to write value attribute to element | Mikk Kirstein | |
| 2013-07-11 | fix(scope): watches can be safely unregistered inside watch handlers | Paulo Scardine | |
| Closes #2915 | |||
| 2013-07-11 | docs(ngList): fix example and add e2e test | Igor Minar | |
| 2013-07-11 | style(input): remove ws | Igor Minar | |
| 2013-07-08 | docs(ngModelController): provide a more intuitive example | Pete Bacon Darwin | |
| The example directive, using contenteditable was not showing required even if you cleared the content from it. Closes #3156 | |||
| 2013-07-08 | docs(numberFilter): fix explanation of default fraction size | Pete Bacon Darwin | |
| The default fraction size for the number filter is actually computed from the `NUMBER_FORMATS.PATTERNS.maxFrac` value in the current locale. Closes #3157 | |||
| 2013-07-04 | docs(input): ng-model doesn't work well with isolated scope directive | basarat | |
| Closes #3123 | |||
| 2013-07-04 | fix($compile): empty normalized href should pass sanitation check | Anders Hessellund Jensen | |
| Sometimes IE returns an empty string for its normalized href on a tags. This should pass the sanitation check in $compile. Closes #2219, #2593 | |||
| 2013-07-01 | docs($cacheFactory): show that you can access existing caches | Itamar Rogel | |
| 2013-06-27 | docs(ngBind): clarify some of the writing | Andrew Peterson | |
| 2013-06-27 | docs(ngPluralize): improve wording | Andrew Peterson | |
| 2013-06-19 | fix($http): ensure case-insens. header overriding | Caio Cunha | |
| If user send content-type header, both content-type and default Content-Type headers were sent. Now default header overriding is case-insensitive. | |||
| 2013-06-13 | docs(select): fix typos in ngOptions | Misha Moroshko | |
| 2013-06-13 | docs($q): fix a few issues | Ore Landau | |
| 2013-06-12 | docs(FormController): add methods for FormController | Dean Sofer | |
| 2013-06-12 | docs(ngModelController): improve $parsers/$formatters with example | Dean Peterson | |
| 2013-06-12 | docs(ngClass): fix minor typo. | Ore Landau | |
| 2013-06-11 | docs(ngRoute): clarify when gets updated | Pete Bacon Darwin | |
| 2013-06-11 | docs(ngSubmit): clarify that there must be no `action` attribute | Pete Bacon Darwin | |
| 2013-06-04 | docs(ngTransclude): fix outdated scope definition in example | Marcin Wosinek | |
| 2013-06-04 | docs(ngClass): clarify the use of object map | Luc Morin | |
| 2013-06-04 | docs(input): provide explanation of how ngModel will affect the local scope | Luc Morin | |
| 2013-05-21 | style(*): fix up semicolon and var usage | Anatoly Shikolay | |
| Conflicts: src/ng/animation.js src/ng/animator.js src/ng/http.js | |||
| 2013-05-20 | docs(filters): fix minor typographical error | Daniel Tse | |
| Fix a typographical error "it's" -> "its" in the dateFilter documentation | |||
| 2013-05-20 | doc(filter): remove invalid character | Misha Moroshko | |
| 2013-05-18 | doc(ngModel): $setViewValue calls all parsers, not formatters | Joakim Blomskøld | |
| 2013-05-16 | docs(ngCsp): add more informative details | Dean Sofer | |
| Transferred from https://github.com/angular/angular.js/wiki/Using-AngularJS-in-a-Chrome-Extension-environment | |||
| 2013-05-14 | docs($timeout): minor cleanup | Siddique Hameed | |
| Added a comma separator in the statement Removed the word the from the statement Used whose instead of who's in the following statement Italicized false in the statement Used a comma separator in the statement | |||
| 2013-05-11 | fix($browser): should use first value for a cookie. | Chirayu Krishnappa | |
| With this change, $browser.cookies()["foo"] will behave like docCookies.getItem("foo") where docCookies is defined at https://developer.mozilla.org/en-US/docs/DOM/document.cookie This fixes the issue where, if there's a value for the XSRF-TOKEN cookie value with the path /, then that value is used for all applications in the domain even if they set path specific values for XSRF-TOKEN. Closes #2635 | |||
| 2013-05-10 | docs($scope): clarify documentation for $broadcast | willtj | |
| 2013-05-10 | fix(ngPluralize): handle the empty string as a valid override | Lucas Galfasó | |
| Fix the check for overrides so it is able to handle the empty string Closes #2575 | |||
| 2013-05-09 | style($compile): clarify argument name | Igor Minar | |
| 2013-05-09 | docs($window): fix example | Pete Bacon Darwin | |
| 2013-05-07 | fix(select): ensure empty option is not lost in IE9 | Chad Smith | |
| Fix a check inside render for select elements with ngOptions, which compares the selected property of an element with it's desired state. Ensure the placeholder, if available, is explicitly selected if the model value can not be found in the option list. Without these fixes it's up to the browser implementation to decide which option to choose. In most browsers, this has the effect of displaying the first item in the list. In IE9 however, this causes the select to display nothing. Closes #2150, #1826 | |||
| 2013-05-07 | fix(dateFilter): correctly format ISODates on Android<=2.1 | Pete Bacon Darwin | |
| In older Android browsers, `undefined` does not act like `0` in some arithmetic operations. This leads to dates being formatted with `NaN` strings in the dateFilter because the implementation of the `dateGetter` function allows offset to be an optional parameter. The fix is to convert offset to 0 if it is undefined. Closes #2277, #2275 | |||
