aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-02-24chore(core): create a wrapper to manage async callbacksMatias Niemelä
2014-02-24chore(core): introduce a wrapper for requestAnimationFrameMatias Niemelä
2014-02-24docs($interpolate) fix sample code appearing unformattedDiego Muñoz Escalante
Closes #6418
2014-02-23docs(tutorial): referenced e2e-test.bat for Windows users in step 3Leniel Macaferi
Closes #5755
2014-02-23docs($routeProvider): correct "slashs" to "slashes"Alessandro Bahgat
Closes #6415
2014-02-22docs(guide): grammar fixGeorge Cox
use of the article, both definite and indefinite, is not optional Closes #5981
2014-02-22style(tests): remove trailing comma in specsChia-liang Kao
Closes #6241
2014-02-22docs(ngPluralize): corrected "bounded to" to "bound to"Alessandro Bahgat
Closes #6408
2014-02-22docs($animate): change @param to use valid typesPeter Bacon Darwin
`{jQuery/jqLite element}` is not a valid jsdoc type and breaks when being parsed causing the documentation to look wrong. This commit changes all such param tags to use `DOMElement` instead, which is what is used for similar params in `$compile` and `angular.element`.
2014-02-22chore(protractor-jenkins-config): don't use `this` inside onPreparePeter Bacon Darwin
Closes #6406
2014-02-22chore(docs-app): re-activate docs-app test tasksPeter Bacon Darwin
Currently there is only a minimal test spec in place. But this will now be run as part of the test tasks.
2014-02-22chore(doc-app): ensure only canonical paths get sent to Google AnalyticsPeter Bacon Darwin
Before we were simply sending the current location, but multiple URLs map to the same document. Now, we use the canonical path of the current document if available and fall back to the $location path otherwise. Includes tests!! Closes #6402
2014-02-21perf($cacheFactory): skip LRU bookkeeping for caches with unbound capacitySekib Omazic
Fixes #6193 Closes #6226
2014-02-21chore(travis): reorganize protractor configs to group by spec instead of by ↵Julie
browser Use the multiConfiguration ability of Protractor to start tests on multiple browsers from the same travis cell. Group tests by type (jquery, jqlite, or docs tests) instead of by browser. Turn on tests for jQuery.
2014-02-21chore(examples): remove final traces of examples from the treeCaitlin Potter
Apparently some example files were referenced in angularFiles.js, and this was missed when 2f4513339337bb8aa6c9dfe1191d169b4fc57999 was checked in. This cleans it up. Closes #6405
2014-02-21fix($location): parse query string when path is empty in hashbang modeCaitlin Potter
Before this fix, search queries in hashbang mode were ignored if the hash was not present in the url. This patch corrects this by ensuring that the search query is available to be parsed by urlResolve when the hashbang is not present. Closes #5964
2014-02-21fix(input): use ValidityState to determine validityCaitlin Potter
In browsers where HTML5 constraint validation is (partially) implemented, an invalid number entered into an input[type=number] (for example) input element would be visible to the script context as the empty string. When the required or ngRequired attributes are not used, this results in the invalid state of the input being ignored and considered valid. To address this, a validator which considers the state of the HTML5 ValidityState object is used when available. Closes #4293 Closes #2144 Closes #4857 Closes #5120 Closes #4945 Closes #5500 Closes #5944
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