aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-02-21fix(isElement): reduce false-positives in isElement testsCaitlin Potter
Complimentary change to match changed $parse behaviour.
2014-02-21fix($parse): reduce false-positives in isElement testsCaitlin Potter
There are always going to be false positives here, unfortunately. But testing different properties will hopefully reduce the number of false positives in a meaningful way, without harming performance too much. Closes #4805 Closes #5675
2014-02-21feat(ngHref): bind ng-href to xlink:href for SVGAElementCaitlin Potter
This change makes the ngHref directive useful for SVGAElements by having it bind to the xlink:href attribute rather than the href attribute. Closes #5904
2014-02-21fix($http): do not add trailing questionBoris Serdyuk
Closes #6342
2014-02-21fix($http): send GET requests by defaultPawel Kozlowski
Fixes #5985 Closes #6401
2014-02-21chore(examples): remove ancient examples from the treeCaitlin Potter
Let these poor scripts retire, goodness. Closes #6398 Closes #3310
2014-02-21docs(*): fix anchors for members in api docsPeter Bacon Darwin
2014-02-21docs(guide/filter): fix input type in examplePeter Bacon Darwin
Closes #6366
2014-02-21docs(tutorial/step_11): fix url-based links refs to AUTO moduleStéphane Reynaud
Closes #6389
2014-02-21docs(tutorial/step_06): fix url-based links refs to AUTO moduleStéphane Reynaud
Closes #6388
2014-02-21docs(tutorial/step_05): fix url-based links refs to AUTO moduleStéphane Reynaud
Closes #6387
2014-02-21docs(guide/di): fix url-based links refs to AUTO moduleStéphane Reynaud
Closes #6386
2014-02-21docs(guide/compiler): fix url-based links refs to AUTO moduleStéphane Reynaud
Closes #6385
2014-02-21docs(ngMock.$interval): fix return descriptionSadaoui Abderrahim
Closes #6384
2014-02-21docs(guide/i18n): fix url-based links refs to AUTO moduleStéphane Reynaud
Closes #6383
2014-02-21docs(guide/scope): fix url-based links refs to AUTO moduleStéphane Reynaud
Closes #6382
2014-02-21docs(guide/location): fix url-based link to AUTO moduleStéphane Reynaud
Closes #6381
2014-02-21chore(doc-gen): generate examples for each deployment, e.g. jqueryJulie
Update to the latest dgeni-packages, which supports multiple deployment environments for the examples. Add a jQuery deployment environment for the examples. Currently, the target of the runnable example iframe always points to the default deployment environment, not to the environment under which the main app is running. Closes #6361
2014-02-21docs(tutorial/step-05): replace minify wiki link with shortened URLJennifer Song
marked has an existing bug where links ending with a ')' will not be parsed correctly. The workaround is to use a shortened URL. The original URL that is being replaced by this commit is http://en.wikipedia.org/wiki/Minification_(programming) . Closes #6377
2014-02-20docs(guide/ie): correct conditional comment to load JSON polyfill for IE7 ↵Tobias Leugger - Vibes
and lower Text specifies "polyfill JSON.stringify for IE7 and below" conditional comment for loading the polyfill was "lte IE 8". Closes #6227
2014-02-20docs(ngSubmit): reference correct object ($scope) in example.James Roome
Switched from this to $scope. It's confusing using $scope and this interchangeably. Closes #6375
2014-02-20docs(guide/directive): add a more detailed description of isolate scope `&` ↵Brad Williams
bindings More description of "&" bindings, the fact that they trigger evaluation of expressions in the original scope's context. Closes #6255
2014-02-20docs(ie): document IE style attribute interpolation problemRichard Collins
IE has issues with this, it's good to make a note of this. Closes #6329
2014-02-20docs(core): add note that isObject returns true for arrayscnlevy
Closes #6353
2014-02-20docs(ngMock): document method ngMock.$interval#cancel()Sadaoui Abderrahim
I have been looking around and was not able to find any informations on how to clear the $interval but reading the source code, sharing is caring! Closes #6367
2014-02-20chore(docs): fix header wrapping for tablet devicesMatias Niemelä
2014-02-20chore(doc-gen): add formatted error messages to error pagesPeter Bacon Darwin
This got missed in the doc migration: When there is an error in an Angular app, extra information is placed in the URL, which can be used by the docs application to display a more useful message. This fix adds that back in. The error message templates are extracted by the minerr tool during build and put into the errors.json file. The errors-doc processor will load this up and attach these message templates to the error docs. The display of these templates was already in place, via the errorDisplay directive in docs/app/js/errors.js. (Also, moved the error.template.html file into the angular.js repository from the dgeni-packages repository as this is specific to the angular.js project and all the other error related stuff is in here. Finally, also, added an e2e test that checks that minerr formatted messages are displayed correctly. Closes #6363
2014-02-20chore(package.json): update dgeni dependenciesPeter Bacon Darwin
2014-02-19chore(docs): make the layout fully responsiveMatias Niemelä
Closes #6308
2014-02-19docs(modules): remove unused {@installModule} tagsPeter Bacon Darwin
2014-02-19chore(doc-gen): add path of project to the doc gen configPeter Bacon Darwin
2014-02-19docs(api): remove ngRoute.$routeParams link from ng sectionAaron Wang
Closes #6219
2014-02-19chore(doc-gen): improve grouping and sorting of api nav itemsPeter Bacon Darwin
2014-02-19chore(doc-app): remove invalid line of codePeter Bacon Darwin
2014-02-19docs($routeProvider): fix indentationSteven Petryk
Closes #6345 Somebody accidentally padded a list with one-too-many indentations, which caused the actual documentation page to render incorrectly. This should fix it.
2014-02-18docs(contributing): remove reference to the obsolete chrome extensionIgor Minar
2014-02-18docs(triaging): remove reference to the obsolete chrome extensionIgor Minar
2014-02-18docs(guide/providers): fix example snippetIgor Minar
Closes #6331 Closes #6332
2014-02-18chore(travis): don't run Travis-CI builds for G3 branchesCaitlin Potter
Building the G3 commits occupies a lot of time, and these branches have already been tested. Closes #6328
2014-02-18style(jqLite): remove trailing whitespace in new testCaitlin Potter
Oops.
2014-02-18fix(jqLite): make jqLite('<iframe src="someurl">').contents() return iframe ↵Caitlin Potter
document, as in jQuery This is a very tiny change to make behaviour consistent with jQuery. Closes #6320 Closes #6323
2014-02-18docs(ngClass): Explain all 3 ways how to use ngClassBrad Williams
Closes #6324.
2014-02-18style: remove ws and enfore no-trailing-ws jscs ruleIgor Minar
2014-02-18docs($q): fixup dgeni ngdoc annotations for $q methodsCaitlin Potter
Just a tiny fixup, that's all. Closes #6317
2014-02-18test(docs): add check for resilience to trailing slashes, etc.Peter Bacon Darwin
2014-02-18docs(guide/compiler): remove innacurate statementShai Reznik
The $compile service accepts string as a value and wraps it if needed, so this statement isn't correct, at least by the source code. Closes #6301
2014-02-18docs($interpolate): correct small typoPaul Dijou
2014-02-18chore(docs): cope with trailing slash and "index" in URLsPeter Bacon Darwin
Closes #6295
2014-02-18docs(tutorial/step-11): add controller to correct objectahliddin
2014-02-17chore(docs): fix broken example tabsMatias Niemelä