Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
Commits on Jul 8, 2014
  1. Michał Gołębiowski
Commits on Feb 22, 2014
  1. Pete Bacon Darwin

    chore(docs-app): re-activate docs-app test tasks

    petebacondarwin authored
    Currently there is only a minimal test spec in place. But this will now
    be run as part of the test tasks.
Commits on Jan 14, 2014
  1. Matias Niemelä
Commits on Aug 23, 2013
  1. Vojta Jina

    chore(travis): clean up logs

    vojtajina authored
    Forward SauceConnect logs and Karma debug logs into a file and print these files at the very end of a build.
  2. Vojta Jina

    test(docs): ignore some of the specs on IE

    vojtajina authored
    This target was never un on our Jenkins CI. Some of the specs are using animation stuff, that IE does not support, so I'm disabling them.
Commits on Aug 9, 2013
  1. Brian Ford Igor Minar

    chore(ngMobile): rename module ngTouch and file to angular-touch.js

    btford authored IgorMinar committed
    BREAKING CHANGE: since all the code in the ngMobile module is touch related,
    we are renaming the module to ngTouch.
    
    To migrate, please replace all references to "ngMobile" with "ngTouch" and
    "angular-mobile.js" to "angular-touch.js".
    
    Closes #3526
Commits on Jul 27, 2013
  1. Matias Niemelä Miško Hevery

    feat(ngAnimate): complete rewrite of animations

    matsko authored mhevery committed
    - ngAnimate directive is gone and was replaced with class based animations/transitions
    - support for triggering animations on css class additions and removals
    - done callback was added to all animation apis
    - $animation and $animator where merged into a single $animate service with api:
      - $animate.enter(element, parent, after, done);
      - $animate.leave(element, done);
      - $animate.move(element, parent, after, done);
      - $animate.addClass(element, className, done);
      - $animate.removeClass(element, className, done);
    
    BREAKING CHANGE: too many things changed, we'll write up a separate doc with migration instructions
Commits on Jul 26, 2013
  1. Matias Niemelä Igor Minar

    chore(ngdocs): replace showdown.js with marked.js

    matsko authored IgorMinar committed
Commits on Jun 28, 2013
  1. Vojta Jina
  2. Vojta Jina

    chore: set up Sauce Labs with Travis

    vojtajina authored
    This should not affect the Jenkins build at all.
    
    Now, the Travis build uses Chrome on Sauce Labs, which in theory gives us opportunity to use any
    browser/platform that Sauce Labs offers.
  3. Vojta Jina

    chore: update karma to 0.9.4

    vojtajina authored
    And also add shared config to make karma configs a bit simpler.
Commits on Jun 18, 2013
  1. Matias Niemelä Miško Hevery

    feat(ngdocs): provide support for user to jump between different vers…

    matsko authored mhevery committed
    …ions of the angularjs documentation
Commits on Jun 11, 2013
  1. Matias Niemelä Igor Minar

    chore(ngdocs): add angular-route.js to karma docs suite

    matsko authored IgorMinar committed
Commits on Jun 7, 2013
  1. Matias Niemelä Igor Minar
  2. Matias Niemelä Igor Minar
Something went wrong with that request. Please try again.