Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
Commits on Jan 13, 2012
  1. Vojta Jina

    refactor($autoScroll): rename to $anchorScroll and allow disabling au…

    vojtajina authored
    …to scrolling (links)
    
    Now, that we have autoscroll attribute on ng:include, there is no reason to disable the service completely, so $anchorScrollProvider.disableAutoScrolling() means it won't be scrolling when $location.hash() changes.
    
    And then, it's not $autoScroll at all, it actually scrolls to anchor when it's called, so I renamed
    it to $anchorScroll.
Commits on Jan 11, 2012
  1. Miško Hevery
Commits on Jan 4, 2012
  1. Igor Minar
Commits on Nov 30, 2011
  1. Miško Hevery Igor Minar

    feat($interpolate): string interpolation function

    mhevery authored IgorMinar committed
  2. Igor Minar
  3. Vojta Jina Igor Minar

    feat(mocks.$httpBackend): add $httpBackend mock

    vojtajina authored IgorMinar committed
    $httpBackend mock allows:
    - expecting (asserting) requests
    - stubbing (responding without asserting)
    
    Add empty $httpBackend service (currently just wrapper for $browser.xhr)
  4. Vojta Jina Igor Minar

    feat($http): new $http service, removing $xhr.*

    vojtajina authored IgorMinar committed
    Features:
    - aborting requests
    - more flexible callbacks (per status code)
    - custom request headers (per request)
    - access to response headers
    - custom transform functions (both request, response)
    - caching
    - shortcut methods (get, head, post, put, delete, patch, jsonp)
    - exposing pendingCount()
    - setting timeout
    Breaks Renaming $xhr to $http
    Breaks Takes one parameter now - configuration object
    Breaks $xhr.cache removed - use configuration cache: true instead
    Breaks $xhr.error, $xhr.bulk removed
    Breaks Callback functions get parameters: response, status, headers
    Closes #38
    Closes #80
    Closes #180
    Closes #299
    Closes #342
    Closes #395
    Closes #413
    Closes #414
    Closes #507
  5. Igor Minar
Commits on Nov 22, 2011
  1. Vojta Jina

    feat(service.$autoScroll): scroll to hash fragment

    vojtajina authored
    - whenever hash part of the url changes
    - after ng:view / ng:include load
Commits on Nov 15, 2011
  1. Miško Hevery
  2. Miško Hevery
  3. Miško Hevery
  4. Miško Hevery
  5. Miško Hevery
  6. Miško Hevery
  7. Miško Hevery
  8. Miško Hevery

    move(compiler): appease the History God

    mhevery authored
    -	renamed:    src/Compiler.js -> src/service/compiler.js
    -	renamed:    test/CompilerSpec.js -> test/service/compilerSpec.js
  9. Miško Hevery

    move(scope): appease the History God

    mhevery authored
    -	renamed:    src/Scope.js -> src/service/scope.js
    -	renamed:    test/ScopeSpec.js -> test/service/scopeSpec.js
Commits on Nov 1, 2011
  1. Vojta Jina
  2. Vojta Jina

    test(mocks): test mocks with compiled angular

    vojtajina authored
    Unfortunately, there people in our team (me), who are not able to use angular.* namespace prefix
    when writing angular-mocks code, so we need to test it...
  3. Vojta Jina

    feat(matchers): extract jasmine matchers into separate file for futur…

    vojtajina authored
    …e reuse
    
    Prefix all used functions with angular.* so that they can be used with compiled angular as well...
Commits on Oct 14, 2011
  1. Vojta Jina Igor Minar
Commits on Oct 13, 2011
  1. Igor Minar
Commits on Oct 11, 2011
  1. Miško Hevery Igor Minar

    feat(forms): new and improved forms

    mhevery authored IgorMinar committed
  2. Miško Hevery Igor Minar

    refactor(hover): delete hover service

    mhevery authored IgorMinar committed
Commits on Sep 16, 2011
  1. Igor Minar
Commits on Sep 12, 2011
  1. Igor Minar

    refactor(angular): externalize script load order into JSON

    Di Peng authored IgorMinar committed
    - move all script load order into angularFiles.js
    - rakefile and angular-bootstrap.js use angularFiles.js to get script orders
    - gen_jstd_configs.js uses angularFiles.js to generate various jstd config files
    - run gen_jstd_configs.js whenever we run server.sh
    
    Closes #470
Something went wrong with that request. Please try again.