Thanks to visit codestin.com
Credit goes to github.com

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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: angular/angular.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: marcenuc/angular.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 6 files changed
  • 5 contributors

Commits on Apr 17, 2012

  1. "makes make" -> "makes"

    johnlindquist authored and IgorMinar committed Apr 17, 2012
    Configuration menu
    Copy the full SHA
    c393d62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66c8dfc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bffa40f View commit details
    Browse the repository at this point in the history
  4. fix(script): Incorrectly reading script text on ie

    IE deals with script tags in special way and .text() does not work. Reading the .text property directly fixes the issue.
    mhevery committed Apr 17, 2012
    Configuration menu
    Copy the full SHA
    0ec1342 View commit details
    Browse the repository at this point in the history
  5. fix(compiler): reading comment throws error in ie

    Unders some circumstances reading the comment's text throws error.
    mhevery committed Apr 17, 2012
    Configuration menu
    Copy the full SHA
    394eb98 View commit details
    Browse the repository at this point in the history
  6. 2 Configuration menu
    Copy the full SHA
    db06136 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2012

  1. Configuration menu
    Copy the full SHA
    81b4b6a View commit details
    Browse the repository at this point in the history

Commits on May 7, 2012

  1. Configuration menu
    Copy the full SHA
    9ce1c3c View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2012

  1. Configuration menu
    Copy the full SHA
    4b70adb View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2012

  1. Configuration menu
    Copy the full SHA
    281b54b View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2012

  1. Configuration menu
    Copy the full SHA
    22e3918 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2012

  1. Configuration menu
    Copy the full SHA
    a2b8d66 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2013

  1. chore(logo): added angular shield logo

    mhevery authored and marcenuc committed Apr 8, 2013
    Configuration menu
    Copy the full SHA
    7a21642 View commit details
    Browse the repository at this point in the history
  2. fix($http): don't encode URL query substring "null" to "+"

    Fixes issue in encodeUriQuery used by $http and $resource that
    treats null as a string and replaces the characters "null" with "+".
    Andrew-McLeod authored and marcenuc committed Apr 8, 2013
    Configuration menu
    Copy the full SHA
    3dc7c1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b387573 View commit details
    Browse the repository at this point in the history
Loading