aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2014-02-16test(docs-app-e2e): refactor test inline with new docs appPeter Bacon Darwin
The links to code elements have now changed: api/ng.directive:ngClick -> api/ng/directive/ngClick. Examples now run inside iframes, so we need to instruct Protractor to switch to the example iframe.
2014-02-16docs(api/index): fix ambiguous ngClick linkPeter Bacon Darwin
ngClick appears in more than one module so we must make it explicit.
2014-02-16docs(ngShowHide): fix icons in examplePeter Bacon Darwin
The protractor tests were failing because the spans containing the icons were not displaying anymore.
2014-02-16docs(examples): fix example dependenciesPeter Bacon Darwin
2014-02-16docs(ngSanitize): add dependency on angular-sanitize to examplePeter Bacon Darwin
2014-02-16chore(doc-gen): provide example dependencyPath in configPeter Bacon Darwin
2014-02-16chore(doc-gen): move git info into its own processorPeter Bacon Darwin
2014-02-16chore(docs-indexPage.template): add onload handler for Google AnalyticsPeter Bacon Darwin