aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-03-06fix(style): expressions in style tagsSekib Omazic
Enable data-binding for style tags. Note: this feature does not work on IE8. Closes #2387 Closes #6492
2014-03-06chore(build): don't instruct Jenkins test on IEIgor Minar
for an unknown reason the VMs can't connect to local karma, so all builds on Jenkins (ci.angularjs.org) are failing right now. Since we want to kill Jenkins anyway, and travis tests on IE, this should not have any significant impact on us.
2014-03-06chore(build): remove IE8 target from all test configsIgor Minar
BREAKING CHANGE: As communicated before, IE8 is no longer supported. more info: http://blog.angularjs.org/2013/12/angularjs-13-new-release-approaches.html
2014-03-05chore(publish.sh): publish to all serving backendsChirayu Krishnappa
2014-03-05style: enable jscs requireLeftStickedOperators ruleTimothée Jeannin
Closed #6544.
2014-03-05docs(directive.ngdoc): typo fixTony Bergeron
2014-03-05docs(tutorial): update step_09.ngdoctpiere
Closes #5991
2014-03-05docs(guide/services): clean up typosZak Johnson
2014-03-05docs(guide/forms): fix a typomgerstenblatt
Closes #6556
2014-03-05docs(tutorial): update step_08.ngdocChung-Min Cheng
Closes #6537
2014-03-05docs(tutorial/index): improve accessibilitySharon DiOrio
- Adds accessibility attributes to links and images. - Adds a note on using NVM for node.
2014-03-05chore(grunt): remove unnecessary white spacesTakashi Nakagawa
2014-03-03docs(guide/module): improve clarityBrian Ford
2014-03-03docs(guide/di): fix formatting and improve clarityBrian Ford
2014-03-03docs(guide/databinding): reword for clarityBrian Ford
2014-03-03docs(guide/controller): reorganize, add Controller suffix, formattingBrian Ford
2014-03-03docs(guide/concepts): fix linksBrian Ford
2014-03-03docs(guide/introduction): reword for clarityBrian Ford
2014-03-03docs(guide/unit-testing): rename and fix formattingBrian Ford
2014-03-03docs(guide/e2e-testing): rename and fix formattingBrian Ford
2014-03-03docs(guide/css-styling): rename and fix formattingBrian Ford
2014-03-03docs(guide/bootstrap): fix formattingBrian Ford
2014-03-03docs(guide/services): rewrite services documentationBrian Ford
2014-03-02docs(guide/templates): clarityBrian Ford
2014-03-02docs(guide/expression): clarifyBrian Ford
2014-03-02docs(loader): remove duplicate "the"Ole Michaelis
Typo fixup Closes #6521
2014-03-02docs(ngView): rename controller suffix in ngView exampleGronblom Sam
- According to https://github.com/angular/angular.js/blob/5bf81bc111a866ec65ef86c01336911e577df5df/docs/content/guide/controller.ngdoc#L166 Ctrl should be the suffix for a controller Closes #5817
2014-03-02docs($interval): cancel() takes a promise not a numberMikeMcElroy
Closes #6485
2014-03-02docs(error/ng/btstrpd): note that loading angular.js twice can cause the erroramagee
Closes #6502
2014-03-02docs(directives): ensure that the back-to-top directive resets locationPeter Bacon Darwin
Closes #6512 Closes #6499
2014-03-02chore(package.json): update dgeni dependenciesPeter Bacon Darwin
2014-03-02docs(*): ensure jsdoc type expressions are validPeter Bacon Darwin
2014-03-02docs(guide/injecting-services): fix list formatting in Related* sectionsVlad GURDIGA
Closes #5447
2014-03-02docs(loader): change 'MyModule' -> 'myModule'Paolo Moretti
Closes #5393
2014-03-02docs(ngMock): fixes in flush() documentationthenickcox
The docs for the `flush()` method contained a few grammatical errors and were awkwardly worded. Change the explanation of the method to remove errors and read more naturally. Closes #4886
2014-03-01chore(release): update cdn versionjenkins
2014-03-01docs(changelog): release notes for 1.2.14 feisty-cryokinesisv1.2.14Igor Minar
2014-03-01docs($sce/insecurl): mention port in the same origin policyMichele Beltrame
Closes #5759 The default trusted origin appears to be the same protocol+domain+port, non just protocol+domain. I patched the doc accordingly.
2014-02-28style: enable jscs requireRightStickedOperators ruleIgor Minar
2014-02-28docs(forms): generated CSS classes for forms and inputs must have a ng prefixMatias Niemelä
2014-02-28docs(input): update $parsers NgModelController docJason Winnebeck
Make it clear that the result of the $parsers pipeline is what goes to the model value. Closes #5708
2014-02-28docs(tutorial/step-05): fix path for 'phones.json'Daniel
Closes #5460
2014-02-28docs(ngAnimate): add missing 'super' to addClassnosideeffects
2014-02-28fix($animate): delegate down to addClass/removeClass if setClass is not foundMatias Niemelä
Closes #6463
2014-02-28feat($animate): animate dirty, pristine, valid, invalid for form/fieldsYves Brissaud
Add css animations when form or field status change to/from dirty, pristine, valid or invalid. This works like animation system present with ngClass, ngShow, etc. Closes #5378
2014-02-27docs(core): update fromJson return valueslinclark
Dates are not returned, so remove Date from list of return values. Closes #3070
2014-02-27chore(triaging.md): update triaging guidelinesBrian Ford
I removed the complexity metric as suggested by this blog post on triaging: http://www.lostgarden.com/2008/05/improving-bug-triage-with-user-pain.html (see The temptation to assign ‘cost’) Big thanks to @ashleygwilliams and @davidjnelson for their help and feedback!
2014-02-27docs(guides/providers): fix typoPavel Pomerantsev
Closes #5465
2014-02-27fix(jqLite): properly toggle multiple classesPawel Kozlowski
Fixes #4467 Closes #6448
2014-02-27chore(qSpec): fix typosLajos Veres