aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-04-11style(exceptionHandler): add wsLee Leathers
2013-04-11chore(NPM): Add license infoLee Leathers
2013-04-11docs(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-11docs(guide/i18n): fix a typokamagatos
2013-04-11docs(animator): fix typowinkler1
2013-04-11docs(jqLite): clarified that children/parent do not support selectorsChristoph Burgdorf
2013-04-11docs: fix typosMatt Haggard
2013-04-11docs(ngApp): fixed typoBrent Morrow
Use this directive to auto-bootstrap **an** application.
2013-04-11docs(guide/concepts): fix typoBrent Morrow
An event is a user **interaction**, timer event, or network event (response from a server).
2013-04-11docs(examples): set ng-app to "personalLog" (example/personalLog)玉黍
2013-04-11docs(guide): Added $ sign to controller example{Qingping,Dave} Hou
2013-04-11docs(dev-guide): Fixed a typo.urenmj
2013-04-11fix(ngAnimate): skip animation on first renderMatias Niemelä
2013-04-11feat($animator): allow to globally disable and enable animationsMatias Niemelä
2013-04-11docs(http): spelling, grammar, capitalization, etc.Artur Ostrega
2013-04-11docs(guide/concepts): wording changeBrent Morrow
... or when working with --> a <-- third-party library callbacks. ... or when working with third-party library callbacks.
2013-04-11docs(guide/concepts): wording changeBrent Morrow
2013-04-11docs(guide/expression): wording changesBrent Morrow
2013-04-11docs(guide/directives): give more details about directive declarationLuc Morin
2013-04-11docs(guide/filters): document multiple arguments syntaxColin Kahn
Add example of using a filter with that accepts multiple arguments.
2013-04-11docs(angular-mocks): fix wordingBrent Morrow
2013-04-11docs($inject): wording changeBrent Morrow
2013-04-11docs($compile): improve docsDavid Sanders
2013-04-11feat(ngSwipe): Add ngSwipeRight/Left directives to ngMobileBraden 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-11docs(guide): updates for legacy IE7 supportBrian 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-11chore(release): start 1.1.5 triangle-squarification iterationIgor Minar
2013-04-11docs($http): fix a typoChad Whitacre
2013-04-11docs(animator): Fixed a typoPatrick
2013-04-08fix($sniffer): $sniffer to support non-vendor prefixesMatias Niemelä
2013-04-06docs(concespts): correct spelling and remove unnecessary wordHeath Matlock
2013-04-04docs(changelog): fix the 1.0.6 headerIgor Minar
2013-04-04docs(changelog): add release notes for 1.1.4 and 1.0.6Igor Minar
2013-04-04docs($resource): improve installation sectionIgor Minar
2013-04-03chore(release): cutting angular 1.1.4 quantum-manipulationv1.1.4Igor Minar
2013-04-03fix(ngAnimator): correct polyfillSetup activation and memento generationWilliam Bagayoko
2013-04-03docs: add animations into docs and directive examplesMatias Niemelä
2013-04-03chore(karma): upgrade karma to 0.8.4Igor 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-03feat(Scenario): autodisable animations when running e2e testsIgor 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-03fix(ngShow/ngHide): revert to display:'' for showMisko Hevery
Regression introduced by ngAnimation SHA: 0b6f1ce5f89f47f9302ff1e8cd8f4b92f837c413
2013-04-03chore(revert): accidental inclusion of nonexistent test.Misko Hevery
Offending SHA: 0b6f1ce5f89f47f9302ff1e8cd8f4b92f837c413
2013-04-03chore(revert): Revert accidental change to showdownMisko Hevery
Offending SHA: 0b6f1ce5f89f47f9302ff1e8cd8f4b92f837c413
2013-04-03style(animator): style cleanupIgor Minar
2013-04-02feat(ngdocs): added functionality to import and extract contents of external ↵Matias Niemelä
files inside docs comment code
2013-04-02feat(ngAnimate): add support for animationMisko Hevery
2013-04-02chore(docs): correct few unclosed elementsMisko Hevery
2013-04-01docs(ngSwitch): improve the @usage exampleIgor Minar
2013-04-01chore: use KarmaVojta Jina
2013-03-29feat(ngRepeat): add support for custom tracking of itemsMisko Hevery
BREAKING CHANGE: It is considered an error to have two items produce the same track by key. (This was tolerated before.)
2013-03-29feat(Scope): add $watchCollection method for observing collectionsMatias Niemelä
The new method allows to shallow watch collections (Arrays/Maps).
2013-03-29docs(guide): add missing closing div tagFelipe Lahti