aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/templates
AgeCommit message (Expand)Author
2014-01-14docs(docs): preserve path to current doc page when switching versionsSebastian Müller
2014-01-06chore(docs): remove uppercase heading stylingMatias Niemelä
2013-12-17docs(css): improve definition table styleSharon DiOrio
2013-12-09docs(design): guide index formattingAndy Ferra
2013-12-09docs(tutorial): enlarge clickable area of tutorial nav buttonsShane M. Pelletier
2013-11-28chore(docs): fix back-to-top anchor in angularjs.org doc pagesPeter Bacon Darwin
2013-11-22chore(docs): remove Disqus commentsBrian Ford
2013-11-06fix(docModuleComponents): implement anchor scroll when content addedJeff Cross
2013-11-06docs(guide/providers): add providers documentationBrian Ford
2013-10-27chore(ngdocs): improve the docs search placeholder textMatias Niemelä
2013-10-24chore(ngdocs): ensure the docs menu changes when browsing a different sectionMatias Niemelä
2013-10-23feat(docs): provide index pages for each angular moduleMatias Niemelä
2013-10-22feat(ngdocs): add forward slash shortcut key for search barMatias Niemelä
2013-10-22fix(ngdocs): remove the side search barMatias Niemelä
2013-10-10chore(ngdocs): improve the side search animation effectsMatias Niemelä
2013-10-08feat(tutorial): add step 12 of the phonecat tutorialBrian Ford
2013-09-30fix(docs.js): handle empty deps array for plunkr/jsfiddleJames Daily
2013-09-27feat(docs): linkify error messages on minErr docs pagesKen Sheedlo
2013-09-26docs(minerr): fix bad line wrap due to errand nowrap in CSSBrian Ford
2013-09-25docs(docs.css): prevent `<code>` elements from wrappingMisha Moroshko
2013-08-30fix(guide) broken title overflow in navlistgdi2290
2013-08-23fix($animate): skip ngAnimate animations if the provided element already has ...Matias Niemelä
2013-08-23chore(ngdocs): fix the version jumperMatias Niemelä
2013-08-16fix(docs): wrap error message text inside boxKen Sheedlo
2013-08-16chore(ngdocs): disable google analytics in e2e testsIgor Minar
2013-08-16chore(ngdocs): disable code prettification in e2e testsIgor Minar
2013-08-16chore(ngdocs): disable lunr search during e2e testsIgor Minar
2013-08-14chore(ngdocs): fixup the docs version switcherIgor Minar
2013-08-09chore(ngMobile): rename module ngTouch and file to angular-touch.jsBrian Ford
2013-08-05fix(tutorial): show tutorial pages in search navKen Sheedlo
2013-08-02chore(ngdocs): make sure the fold feature doesn't show up during page loadMatias Niemelä
2013-08-01fix(docs): handle the empty string in errorDisplayKen Sheedlo
2013-07-31docs(header): replace logo.png with logo.svgBrenton
2013-07-29chore(ngdocs): all animation-supported directives working with docs examples ...Matias Niemelä
2013-07-29chore(ngdocs): fixed jsFiddle/Plunkr examples to include ngAnimate and use a ...Matias Niemelä
2013-07-29fix(ngdocs): make jsFiddle and Plunkr links work with external AngularJS modulesMatias Niemelä
2013-07-27fix(docs): fix margin around nav-list itemsKen Sheedlo
2013-07-26chore(ngdocs): fix docs search to properly hide the X button when collapsedMatias Niemelä
2013-07-26fix(ngInclude): $animate refactoring + use transclusionMatias Niemelä
2013-07-26feat(ngAnimate): complete rewrite of animationsMatias Niemelä
2013-07-26chore(ngdocs): replace showdown.js with marked.jsMatias Niemelä
2013-07-25feat($sce): new $sce service for Strict Contextual Escaping.Chirayu Krishnappa
2013-07-24docs(minErr): Build minErr doc siteKen Sheedlo
2013-07-23docs(index): add seed app link to menu itemRichard John
2013-07-18chore(ngdocs): fix improve button overlapMatias Niemelä
2013-07-15chore(ngdocs): remove autofocus for the filtering searchMatias Niemelä
2013-07-12chore(ngdoc): wrap all pages inside of a container tag for easy stylingMatias Niemelä
2013-07-12style(ngdocs): fix minor CSS issuesAlex Olshansky
2013-07-11feat(ngDocs): add links to source for APIJulien Bouquillon
2013-07-09fix(ngdocs): merge duplicate css class attributesAlex Olshansky
403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607