Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commits

Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Oct 21, 2020

  1. Copy the full SHA
    9b3b6f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Copy the full SHA
    bb48006 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Copy the full SHA
    72fbd48 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Copy the full SHA
    e55d352 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    78ab691 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

  1. Copy the full SHA
    7de25c8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    566a552 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3c75a89 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2020

  1. Copy the full SHA
    d9e68b1 View commit details
    Browse the repository at this point in the history
  2. chore(ci): move over to CircleCi config

    This commit gets rid of all references to Travis and, belatedly, Jenkins.
    Now all CI is done on CircleCI and releases are run locally.
    
    The CI no longer updates the docs and code.angularjs.org for jobs that are
    not on the `master` branch.
    
    During releases, the docs and code should be uploaded manually.
    petebacondarwin committed May 23, 2020
    Copy the full SHA
    a0488b3 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Copy the full SHA
    974700a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9c810eb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c4b79d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Copy the full SHA
    36f17c9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ff5f782 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    27460db View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. fix(angular.merge): do not merge __proto__ property

    By blocking `__proto__` on deep merging, this commit
    prevents the `Object` prototype from being polluted.
    petebacondarwin committed Nov 7, 2019
    Copy the full SHA
    add78e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Copy the full SHA
    e629fe4 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Copy the full SHA
    cbf35f0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f768023 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. Copy the full SHA
    587843b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    94582f0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fffe7d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Copy the full SHA
    c7671ed View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. test(ngAnimate): ensure that blockTransitions can be spied upon

    Previously the test was assuing that this function was attached to
    the window, which is not the case in production, nor in the isolated
    module tests.
    petebacondarwin committed Dec 11, 2018
    Copy the full SHA
    9ae51d7 View commit details
    Browse the repository at this point in the history
  2. chore(modules): execute modules unit tests in one karma run

    SauceLabs  is struggling to keep connecting and disconnecting
    for each of the modules unit test runs. This commit puts most of
    the module tests into IIFEs so that they can be run in one go.
    
    * ngMock is still tested separately since unlike the other tests
    it doesn't want to have a pre-built version of ngMock available.
    
    * ngAnimate is still tested separately because it does some funny
    things with globals that were difficult to isolate in the main modules
    test run.
    petebacondarwin committed Dec 11, 2018
    Copy the full SHA
    264819a View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Copy the full SHA
    5f1cf11 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    04ae4e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. fix(interpolate): do not create directives for constant media URL att…

    …ributes
    
    By creating attribute directives that watch the value of
    media url attributes (e.g. `img[src]`) we caused a conflict
    when both `src` and `data-src` were appearing on the
    same element. As each directive was trying to write to the
    attributes on the element, where AngularJS treats `src` and
    `data-src` as synonymous.
    
    This commit ensures that we do not create create such directives
    when the media url attribute is a constant (no interpolation).
    
    Because of this (and because we no longer sanitize URLs in the
    `$attr.$set()` method, this commit also updates `ngHref` and
    `ngSrc` to do a preliminary sanitization of URLs in case there
    is no interpolation in the attribute value.
    
    Fixes #16734
    petebacondarwin committed Nov 20, 2018
    Copy the full SHA
    622d32e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. Copy the full SHA
    258713a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Copy the full SHA
    33f801e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Copy the full SHA
    e25f842 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. chore(docs-app): ensure ToC links contain the path

    Without the path the link is always pointing to the
    root page, rather than the current page, which means
    that copying the link address or opening the page in
    a new tab is broken.
    
    Closes #16608
    petebacondarwin committed Jun 22, 2018
    Copy the full SHA
    9307ccf View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. 5
    Copy the full SHA
    998d8b4 View commit details
    Browse the repository at this point in the history
  2. 2
    Copy the full SHA
    2472d62 View commit details
    Browse the repository at this point in the history
Older