aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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ä
2014-02-17docs(guide/concepts): clarify wordingplmetz
2014-02-17docs(bike-shed-migration): convert doctype and namesStéphane Reynaud
To keep the same logic as the commit https://github.com/angular/angular.js/commit/2e641ac49f121a6e2cc70bd3879930b44a8a7710
2014-02-17docs(tutorial): add missing @step tagsStéphane Reynaud
Since steps 9 and 11 were missing @step tags they were out of order Closes #6292 Closes #6291
2014-02-17chore(docs-assets): add versions to paths for imported assetsPeter Bacon Darwin
This should prevent stale caches in browsers if we upgrade any of these assets.
2014-02-17chore(doc-gen): add production deployment environmentPeter Bacon Darwin
2014-02-16chore(docs): use fixed versions with all registered bower componentsMatias Niemelä
2014-02-16chore(docs): replace local bootstrap build with one from bowerMatias Niemelä
2014-02-16chore(ngPluralize): remove useless docs headingMatias Niemelä
2014-02-16docs(design): footer and spacing fixes added to the layoutMatias Niemelä
2014-02-17docs(design): ui-fixes for examples, layout and API componentsMatias Niemelä
2014-02-16chore(errors): rename folders to match namespacesPeter Bacon Darwin
2014-02-16chore(travis): disable Safari and JQuery e2e tests on TravisPeter Bacon Darwin
There are no real JQuery tests at this point anyway and the Safari that we are getting from SauceLabs seems to be a flakey Windows 2000 version that is not necessarily providing accurate results.
2014-02-16docs(indexPage.template): fix top-nav links to work on localhostPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): convert guide <doc:...> examples to <example>...Caitlin Potter
This CL also contains style fixes as the converted scripts caused jshint to complain.