aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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.
2014-02-16docs(NgModelController): don't run contenteditable example on FFPeter Bacon Darwin
2014-02-16chore(doc-gen): improve error page navigationPeter Bacon Darwin
2014-02-16chore(doc-gen): remove trailing whitespace in ptor templatePeter Bacon Darwin
2014-02-16docs(*): fix jshint issues in examplesPeter Bacon Darwin
2014-02-16chore(doc-gen): add jshint checking to examples and testsPeter Bacon Darwin
2014-02-16chore(e2etests): fix a browser check which was actually assigning the parameterJulie
2014-02-16docs(guide): remove unnecessary "Developer Guide: " from @namesPeter Bacon Darwin
2014-02-16chore(doc-gen): only output info (and more severe) log messagesPeter Bacon Darwin
2014-02-16chore(doc-gen): fix navGroup hrefsPeter Bacon Darwin
2014-02-16chore(grunt): grunt should error when doc generation grunt errorsJulie
2014-02-16chore(travis): remove test:docgen task from buildCaitlin Potter
The task was removed by an earlier commit, and executing it breaks TravisCI builds. It may be replaced at a later date.
2014-02-16chore(package.json): move to published npm version of dgeni-packagesPeter Bacon Darwin
2014-02-16docs(api): escape params that have <object> in their typePeter Bacon Darwin
Really the doc-gen process should escape there but for now this should stop the layout from breaking.
2014-02-16docs($locationProvider): tag as a provider rather than objectPeter Bacon Darwin
2014-02-16docs(docs.css): add initial type-hint stylesPeter Bacon Darwin
2014-02-16docs(content): fix bad linksPeter Bacon Darwin
2014-02-16chore(doc-gen): remove console.log statementsPeter Bacon Darwin
2014-02-16docs(ngHref): fix example that navigates away from the pagePeter Bacon Darwin
2014-02-16docs(ngRoute): ask for examples to have their base[href] fixedPeter Bacon Darwin
2014-02-16docs(ngHref): don't run the breaking protractor testPeter Bacon Darwin
2014-02-16chore(package.json): get dgeni from the npm registryPeter Bacon Darwin