Skip to content
Permalink
Tag: v1.3.11
Commits on Jan 26, 2015
  1. revert: fix(form): ignore properties in $error prototype chain

    jeffbcross committed Jan 26, 2015
    This reverts commit adf91fe.
  2. docs(CHANGELOG.md): add changelog notes for v1.3.11 and v1.4.0-beta.2

    caitp committed Jan 26, 2015
    Closes #10876
  3. fix(htmlAnchorDirective): remove "element !== target element" check

    caitp committed Jan 26, 2015
    It's not really needed due to the way click events are dispatched and propagated
    
    Closes #10866
Commits on Jan 25, 2015
  1. chore(gruntFile): ensure build is run before test:modules

    Vibhuti authored and petebacondarwin committed Nov 22, 2014
    Closes #10188
  2. test($location): ensure that link rewriting is actually being tested

    petebacondarwin committed Jan 25, 2015
    If the link URL is not within the given base URL then the link would not
    be rewritten anyway.
    
    See https://github.com/angular/angular.js/pull/9906/files#r19813651
  3. fix($location): don't rewrite when link is shift-clicked

    petebacondarwin committed Jan 25, 2015
    Closes #9904
    Closes #9906
Commits on Jan 24, 2015
  1. docs(input): update example to use ngModel best practices

    petebacondarwin committed Jan 24, 2015
    Update the rest of the directives to use object properties for models.
    
    Closes #10851
  2. docs(input[checkbox]): update example to use ngModel best practices

    mhoffmeyerDC authored and petebacondarwin committed Jan 24, 2015
    It's not required for the example to function, but it prevents scope weirdness/unexpected
    behavior when using directives (especially with ngTransclude!). I think it's a good pattern
    to encourage and might prevent a bug down the road for for people who just scan for the
    monospace font. See
    [Understanding Scopes](https://github.com/angular/angular.js/wiki/Understanding-Scopes)
    for mgModel best practices.
    
    Closes #10851
  3. docs(guide/Introduction): define CRUD and add punctuation

    samilamti authored and petebacondarwin committed Jan 19, 2015
    Added description of what CRUD means.
    Improved readability: Ensured that colons were followed by a capital letter
    and added some sprinkled commas.
    
    Closes #10804
Commits on Jan 23, 2015
  1. fix(openPlunkr): enable cmd+click for us mac users :>

    caitp committed Jan 23, 2015
  2. feat(openPlunkr): enable ctrl+click

    ghoti143 authored and caitp committed Jan 18, 2015
    This change allows users to ctrl+click on the "Edit in Plunker"
    button which will set the posted form's target attribute to
    "_blank" instead of "_self" which is the default.
    
    Closes #10641
    Closes #10826
  3. test($rootScope) test the correct setting of the constructor in Inter…

    realityking authored and petebacondarwin committed Jan 15, 2015
    …net Explorer 11
    
    Closes #10759
  4. fix(htmlAnchorDirective): don't add event listener if replaced, ignor…

    caitp committed Jan 23, 2015
    …e event if target is different element
    
    Previously, when an `a` tag element used a directive with a replacing template, and did not include an `href` or `name` attribute
    before linkage, the anchor directive would always prevent default.
    
    Now, the anchor directive will not register an event listener at all if the original directive is replaced with a non-anchor, and
    will ignore events which do not target the linked element.
    
    Closes #4262
    Closes #10849
  5. fix(form): ignore properties in $error prototype chain

    caitp authored and petebacondarwin committed Jan 12, 2015
    Closes #10469
    Closes #10727
Commits on Jan 20, 2015
  1. docs(ngInit): fix code block not being displayed in the note section

    Boshen authored and Narretz committed Jan 18, 2015
    Closes #10791
  2. fix(ngRepeat) do not allow `$id` and `$root` as aliases

    KELiON authored and pkozlowski-opensource committed Jan 16, 2015
    Currently user can use `$id` or `$root` as alias in ng-repeat directive that leads to rewriting
    these scope-related variables. This commit fixes this behavior by throwing an error when user try
    to use these values.
    
    Closes #10778
  3. fix(ngController): allow bound constructor fns as controllers

    pkozlowski-opensource committed Jan 17, 2015
    Fixes #10784
    Closes #10790
  4. refactor($templateRequest): remove repeated decrementation and unnece…

    KELiON authored and pkozlowski-opensource committed Jan 16, 2015
    …ssary local variable
    
    Closes #10780
  5. docs(ngClass): fix jscs style errors

    pkozlowski-opensource committed Jan 18, 2015
  6. docs(ngClass): fix formatting

    espiler authored and pkozlowski-opensource committed Jan 18, 2015
    Closes #10793
  7. docs(angular.bootstrap): passed fns are called on config stage

    thorn0 authored and pkozlowski-opensource committed Jan 17, 2015
    Closes #10789
  8. fix($compile): support class directives on SVG elements

    caitp authored and pkozlowski-opensource committed Jan 15, 2014
    Closes #10736
    Closes #10756
Commits on Jan 19, 2015
  1. fix($animate): ensure no transitions are applied when an empty inline…

    matsko authored and petebacondarwin committed Jan 16, 2015
    … style object is provided
    
    Closes #10613
    Closes #10770
  2. docs(ngRepeat): document the sorting of object keys

    petebacondarwin committed Jan 19, 2015
    See #6210
  3. chore(travis): update browsers to the latest version

    petebacondarwin committed Jan 19, 2015
    Update the used browsers to the latest versions available
    
    Closes #10620
  4. test(privateMocks): fix for the latest version of Safari

    petebacondarwin committed Jan 19, 2015
Commits on Jan 16, 2015
  1. test(form): test if $pending inputs are correctly removed

    Narretz committed Jan 11, 2015
    It's a separate test because $pending behaves differently from $error
    - the property is completely removed when no pending inputs / forms
    are left.
  2. refactor(ngModel): clarify the arguments of $setValidity

    Narretz committed Jan 11, 2015
  3. fix(form): clean up success state of controls when they are removed

    Narretz committed Jan 11, 2015
    Fixes #10509
  4. docs(migration): in 1.3, global controllers are disabled by default

    Narretz committed Jan 16, 2015
    Closes #10775
  5. docs($rootScope.Scope): Simple typo

    SekibOmazic authored and Narretz committed Jan 15, 2015
    Closes 10767
  6. docs(ngInclude): Typo fixed

    SekibOmazic authored and Narretz committed Jan 15, 2015
    Typo fixed
Commits on Jan 15, 2015
  1. docs(ngMessages): --typos.length

    SekibOmazic authored and caitp committed Jan 15, 2015
    Merci~
    
    Closes #10769
  2. docs(design): highlight source button when focused

    marcin-wosinek authored and petebacondarwin committed Jan 12, 2015
Older
You can’t perform that action at this time.