| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-04-15 | docs(Angular.js): fix typo | Laurent | |
| 2013-04-15 | doc(overview): add link to angular demo slides to overview | Pete Bacon Darwin | |
| 2013-04-13 | docs(ngController): fix docs link to api/ng.$route | brandonjp | |
| 2013-04-13 | docs(module): fix typo | Seunghoon Yeon | |
| 2013-04-13 | fix(Scenario): correct bootstrap issue on IE | Igor Minar | |
| we need to set the deferred bootstrap flag via window.name after the iframe's src has been set, otherwise IE will reset it to empty string | |||
| 2013-04-12 | docs(faq): added note to FAQ re: legacy IE support | uberspeck | |
| 2013-04-11 | fix(ngAnimate): prevent animation on initial page load | Misko Hevery | |
| 2013-04-11 | fix(ngdocs): improve the animations used in the docs menu | Matias Niemelä | |
| 2013-04-11 | fix(ngRepeat): prevent initial duplicates | Misko Hevery | |
| 2013-04-11 | chore(Grunt) update grunt-contrib-copy | Dave Geddes | |
| grunt-contrib-copy@0.4.1 has the cleaner summary output by default | |||
| 2013-04-11 | style(exceptionHandler): add ws | Lee Leathers | |
| 2013-04-11 | chore(NPM): Add license info | Lee Leathers | |
| 2013-04-11 | docs(guide): Update $locationProvider docs. | Prathan Thananart | |
| Default hashPrefix setting is not `'!'`, it's actually `""`. Source: https://github.com/angular/angular.js/blob/master/src/ng/location.js#L472 | |||
| 2013-04-11 | docs(guide/i18n): fix a typo | kamagatos | |
| 2013-04-11 | docs(animator): fix typo | winkler1 | |
| 2013-04-11 | docs(jqLite): clarified that children/parent do not support selectors | Christoph Burgdorf | |
| 2013-04-11 | docs: fix typos | Matt Haggard | |
| 2013-04-11 | docs(ngApp): fixed typo | Brent Morrow | |
| Use this directive to auto-bootstrap **an** application. | |||
| 2013-04-11 | docs(guide/concepts): fix typo | Brent Morrow | |
| An event is a user **interaction**, timer event, or network event (response from a server). | |||
| 2013-04-11 | docs(examples): set ng-app to "personalLog" (example/personalLog) | 玉黍 | |
| 2013-04-11 | docs(guide): Added $ sign to controller example | {Qingping,Dave} Hou | |
| 2013-04-11 | docs(dev-guide): Fixed a typo. | urenmj | |
| 2013-04-11 | fix(ngAnimate): skip animation on first render | Matias Niemelä | |
| 2013-04-11 | feat($animator): allow to globally disable and enable animations | Matias Niemelä | |
| 2013-04-11 | docs(http): spelling, grammar, capitalization, etc. | Artur Ostrega | |
| 2013-04-11 | docs(guide/concepts): wording change | Brent Morrow | |
| ... or when working with --> a <-- third-party library callbacks. ... or when working with third-party library callbacks. | |||
| 2013-04-11 | docs(guide/concepts): wording change | Brent Morrow | |
| 2013-04-11 | docs(guide/expression): wording changes | Brent Morrow | |
| 2013-04-11 | docs(guide/directives): give more details about directive declaration | Luc Morin | |
| 2013-04-11 | docs(guide/filters): document multiple arguments syntax | Colin Kahn | |
| Add example of using a filter with that accepts multiple arguments. | |||
| 2013-04-11 | docs(angular-mocks): fix wording | Brent Morrow | |
| 2013-04-11 | docs($inject): wording change | Brent Morrow | |
| 2013-04-11 | docs($compile): improve docs | David Sanders | |
| 2013-04-11 | feat(ngSwipe): Add ngSwipeRight/Left directives to ngMobile | Braden Shepherdson | |
| These directives fire an event handler on a touch-and-drag or click-and-drag to the left or right. Includes unit tests and docs update. Manually tested on Chrome 26, IE8, Android Chrome and iOS Safari. | |||
| 2013-04-11 | docs(guide): updates for legacy IE7 support | Brian Campbell | |
| - note re: id="ng-app" to bootstrap/IE partials - added doctype/xmlns to markup - add cond comment re: json2/3 to markup | |||
| 2013-04-11 | chore(release): start 1.1.5 triangle-squarification iteration | Igor Minar | |
| 2013-04-11 | docs($http): fix a typo | Chad Whitacre | |
| 2013-04-11 | docs(animator): Fixed a typo | Patrick | |
| 2013-04-08 | fix($sniffer): $sniffer to support non-vendor prefixes | Matias Niemelä | |
| 2013-04-06 | docs(concespts): correct spelling and remove unnecessary word | Heath Matlock | |
| 2013-04-04 | docs(changelog): fix the 1.0.6 header | Igor Minar | |
| 2013-04-04 | docs(changelog): add release notes for 1.1.4 and 1.0.6 | Igor Minar | |
| 2013-04-04 | docs($resource): improve installation section | Igor Minar | |
| 2013-04-03 | chore(release): cutting angular 1.1.4 quantum-manipulationv1.1.4 | Igor Minar | |
| 2013-04-03 | fix(ngAnimator): correct polyfillSetup activation and memento generation | William Bagayoko | |
| 2013-04-03 | docs: add animations into docs and directive examples | Matias Niemelä | |
| 2013-04-03 | chore(karma): upgrade karma to 0.8.4 | Igor Minar | |
| we needed this upgrade to disable animations in scenario runner (karma ships with its own copy of angular-scenario.js which got update in 0.8.4) | |||
| 2013-04-03 | feat(Scenario): autodisable animations when running e2e tests | Igor Minar | |
| animations cause the dom to contain elements that have been removed from the model but are being animated out. we could teach the e2e runner to wait for animations but that would make all tests slower. it should be quite safe to just disable animations automatically when the app is running via the e2e test runner. this change disables only css animations. we should make additional change that disables js animations as well, but since we don't need this right now I'm punting on it. | |||
| 2013-04-03 | fix(ngShow/ngHide): revert to display:'' for show | Misko Hevery | |
| Regression introduced by ngAnimation SHA: 0b6f1ce5f89f47f9302ff1e8cd8f4b92f837c413 | |||
| 2013-04-03 | chore(revert): accidental inclusion of nonexistent test. | Misko Hevery | |
| Offending SHA: 0b6f1ce5f89f47f9302ff1e8cd8f4b92f837c413 | |||
