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

Issue979 #982

Closed
wants to merge 14 commits into from
Closed

Issue979 #982

wants to merge 14 commits into from

Commits on May 23, 2012

  1. Configuration menu
    Copy the full SHA
    328bcd5 View commit details
    Browse the repository at this point in the history
  2. chore(docs): correct spacings

    mhevery committed May 23, 2012
    Configuration menu
    Copy the full SHA
    15df7fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bccc73f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2121e07 View commit details
    Browse the repository at this point in the history
  5. fix(docs): accept return in addition to returns

    documentation used @return but parser expected
    @returns, which made the generated documentation
    incomplete.
    mhevery committed May 23, 2012
    Configuration menu
    Copy the full SHA
    67b7970 View commit details
    Browse the repository at this point in the history
  6. fix(jqLite): don't eat event exceptions

    JQuery does not catch exceptions either, and just
    lets them pass. This allows the exception to be
    shown in console.
    mhevery committed May 23, 2012
    Configuration menu
    Copy the full SHA
    ba499cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    044048e View commit details
    Browse the repository at this point in the history
  8. feat($route): resolve local route promises

    Resolve all promises on route before we fire $afterRouteChange which then renders the ngView.
    mhevery committed May 23, 2012
    Configuration menu
    Copy the full SHA
    b2318d2 View commit details
    Browse the repository at this point in the history
  9. feat($route): rename template -> tempalteUrl and add support for inli…

    …ne templates
    
    Breaks route definition by renaming property 'template' to 'templateUrl'
    mhevery committed May 23, 2012
    Configuration menu
    Copy the full SHA
    8b9d101 View commit details
    Browse the repository at this point in the history
  10. feat($rootElement): added application root element

    Publish the application root element as $rootElement
    so that it can be injected to other services.
    mhevery committed May 23, 2012
    Configuration menu
    Copy the full SHA
    eb6bac1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    54c283b View commit details
    Browse the repository at this point in the history
  12. feat($location): add [before|after]LocatonChange event

    This allows location change cancalation
    mhevery committed May 23, 2012
    Configuration menu
    Copy the full SHA
    cb9d4a9 View commit details
    Browse the repository at this point in the history
  13. fix(doc): include short words in keywords

    close angular#967 - documentation search has no result for $q
    mhevery committed May 23, 2012
    Configuration menu
    Copy the full SHA
    11fd601 View commit details
    Browse the repository at this point in the history
  14. fix($rootScope): TTL exception does not clear $$phase

    Close 979
    
    When $digest() throws too many iterations exceptions it
    does not properly clear the $phase leaving the scope
    in an inconsistent state.
    mhevery committed May 23, 2012
    Configuration menu
    Copy the full SHA
    f2cc7cd View commit details
    Browse the repository at this point in the history