Skip to content
Permalink
Tag: v1.3.8
Commits on Dec 19, 2014
  1. docs(changelog): release notes for 1.3.8 prophetic-narwhal

    btford committed Dec 19, 2014
  2. docs(guide/index): add book Responsive Web Design with AngularJS

    saan1984 authored and caitp committed Dec 18, 2014
    This book explores the AngularJS features that can help a developer for building a responsive application.
    
    Merçi beaucoup~
    
    Closes #10513
Commits on Dec 18, 2014
  1. docs(guide/$location): improve formatting

    btford committed Dec 18, 2014
  2. docs(api/index): grammar is important and so should you

    SunJieMing authored and caitp committed Dec 18, 2014
    I changed the word "into" to "within".
    Original description underneath ngAnimate reads: "Use ngAnimate to enable animation features into your application".
    I changed the text to read: "Use ngAnimate to enable animation features within your application".
    The change in wording makes the description read better and gives it a more professional feel.
    
    Closes #10517
  3. fix(orderBy): compare timestamps when sorting date objects

    pkozlowski-opensource committed Dec 18, 2014
    Fixes #10512
    Closes #10516
  4. docs(guide): fix typo

    Olivier Giulieri authored and pkozlowski-opensource committed Dec 18, 2014
    Closes #10511
Commits on Dec 17, 2014
  1. docs($animate): fix misleading $animate.cancel example

    olexme authored and petebacondarwin committed Dec 17, 2014
    The given example is wrong, you can't cancel the promise returned by "then"
    since it is not the one originally tracked by "addClass".
    
    Closes #10498
  2. docs($httpBackend): correct grammar

    toddskinner authored and petebacondarwin committed Dec 17, 2014
    Closes #10496
  3. fix(filterFilter): make `$` match properties on deeper levels as well

    gkalpak authored and lgalfaso committed Dec 11, 2014
    Closes #10401
Commits on Dec 16, 2014
  1. perf(limitTo): replace for loop with slice

    kwypchlo authored and lgalfaso committed Dec 15, 2014
  2. refactor(orderBy): remove unneeded function wrapping

    kwypchlo authored and lgalfaso committed Dec 15, 2014
  3. fix(filterFilter): let expression object `{$: '...'}` also match prim…

    gkalpak authored and lgalfaso committed Dec 12, 2014
    …itive items
    
    Closes #10428
  4. docs(Angular): improve sentence flow

    Kevin Primat authored and pkozlowski-opensource committed Dec 16, 2014
    Closes #10482
  5. docs(Angular): fix punctuation

    Kevin Primat authored and pkozlowski-opensource committed Dec 16, 2014
    Closes #10481
  6. docs(error/badcfg): add missing "but"

    jkingsman authored and petebacondarwin committed Dec 15, 2014
    Sentence meaning was unclear; added what I assumed should have been a "but"
    
    Closes #10473
  7. docs(guide/Scopes): fix capitalization

    jacksonhoose authored and petebacondarwin committed Dec 15, 2014
    This sentence should begin with a capital 'R', not a lower case one.
    
    Closes #10472
  8. docs(angular.identity): add @param and @returns tags

    zdlopez authored and petebacondarwin committed Dec 15, 2014
    Closes #10457
  9. docs($templateRequest): fix run-on sentence

    chikeichan authored and petebacondarwin committed Dec 15, 2014
    The description of $templateRequest contains a run-on sentence that makes it confusing to understand.
    
    ORGINAL: If the HTTP request fails or the response data of the HTTP request is empty then a `$compile` error will be thrown (the exception can be thwarted by setting the 2nd parameter of the function to true).
    
    NEW: If the HTTP request fails or the response data of the HTTP request is empty, a `$compile` error will be thrown (the exception can be thwarted by setting the 2nd parameter of the function to true).
    
    Closes #10456
  10. docs(tutorial/index): improve capitalization

    alextsg authored and petebacondarwin committed Dec 15, 2014
    Improve capitalization in acronyms for better clarity.
  11. docs(guide/expression): update diff list between JavaScript and Angul…

    Alexsey authored and petebacondarwin committed Dec 14, 2014
    …ar expressions
    
    add paragraphs about function declaration, comma and void operators and
    RegExp to the diff list in the beginning of articule
    
    Closes #10418
    Closes #10452
  12. docs(select): improve formatting and wording

    thorn0 authored and petebacondarwin committed Dec 11, 2014
    The part about using `select as` and `track by` together was hard to read.
    And it wasn't clear what happens if they're used together.
    
    Closes #10409
  13. fix(CHANGELOG): missing version number for 1.2.28

    Foxandxss authored and lgalfaso committed Dec 15, 2014
    Well, the version number was missing there.
  14. docs(CHANGELOG): remove reverted commit

    petebacondarwin committed Dec 16, 2014
  15. fix(ngAria): trigger digest on ng-click via keypress, pass $event to …

    caitp committed Dec 12, 2014
    …expression
    
    Minor improvement to ng-click directive from ngAria. Now, if bindings are updated
    during the click handler, the DOM will be updated as well. Additionally, the $event
    object is passed in to the expression via locals, as is done for core event directives.
    
    Closes #10442
    Closes #10443
    Closes #10447
Commits on Dec 15, 2014
  1. chore(CHANGELOG): update with changes for 1.2.28

    petebacondarwin committed Dec 15, 2014
  2. docs(API Reference): fix punctuation

    bcbcb authored and pkozlowski-opensource committed Dec 14, 2014
    Closes #10453
  3. docs(angular.copy): fix grammar

    toddskinner authored and pkozlowski-opensource committed Dec 15, 2014
    Closes #10459
  4. chore(CHANGELOG): update with v1.3.7 changes

    petebacondarwin committed Dec 15, 2014
  5. chore(CHANGELOG): add breaking change note for #9757

    gkalpak authored and petebacondarwin committed Dec 11, 2014
  6. docs(error/badname): fix grammatical error

    chikeichan authored and pkozlowski-opensource committed Dec 15, 2014
    Closes #10460
  7. docs(tutorial/step_08): fix capitalization

    alextsg authored and pkozlowski-opensource committed Dec 15, 2014
    Closes #10466
  8. docs(angular.fromJson): replace the word "Thingy"

    chikeichan authored and pkozlowski-opensource committed Dec 15, 2014
    Replace the word "thingy" with "JSON string" to specify what thingy means.
    
    Closes #10468
  9. docs(migration): add end to end upgrade info to migration doc

    juliemr authored and petebacondarwin committed Dec 9, 2014
    There are a couple of changes to some Protractor tests that need to be made
    when migrating from AngularJS 1.2 to 1.3 - document these in the migration
    guide.
    
    See angular/protractor#1480
    
    Closes #10377
  10. feat($rootScope): allow passing `locals` argument to $evalAsync

    shahata authored and petebacondarwin committed Dec 9, 2014
    Closes #10390
Older
You can’t perform that action at this time.