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: blinkbox/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
  • 13 files changed
  • 5 contributors

Commits on May 31, 2012

  1. test pushing to github

    rhodblinkbox committed May 31, 2012
    Configuration menu
    Copy the full SHA
    f8282ea View commit details
    Browse the repository at this point in the history
  2. Revert "test pushing to github"

    This reverts commit f8282ea.
    rhodblinkbox committed May 31, 2012
    Configuration menu
    Copy the full SHA
    b3901b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2012

  1. Integration with cucumber.

    Allow describe blocks to be created and closed by the called (new method
    Describe start).  Also added a description to the describe block.
    Updated rakefile so that css is always minified.
    timblinkbox committed Jun 26, 2012
    Configuration menu
    Copy the full SHA
    ab934dd View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2012

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

Commits on Jul 17, 2012

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

Commits on Aug 2, 2012

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

Commits on Aug 3, 2012

  1. Changing angular.scenario.Application.prototype.executeAction method …

    …so it calls AngularInit when application is manually bootstrapped.
    
    Original code works only with auto bootstrapped applications (by using ng-app directive).
    This work is part of blinkbox tfs ticket 23957.
    maciejblinkbox committed Aug 3, 2012
    Configuration menu
    Copy the full SHA
    93e0724 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2012

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

Commits on Aug 8, 2012

  1. Merge pull request #1 from maciejblinkbox/blinkboxMaster

    e2e test runner can now test manually bootstrapped angularjs applications
    chrismilleruk committed Aug 8, 2012
    Configuration menu
    Copy the full SHA
    a05e445 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from rhodblinkbox/html5HistorySwitch

    add ability to disable html history functionality in the browser service
    chrismilleruk committed Aug 8, 2012
    Configuration menu
    Copy the full SHA
    20e7716 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2012

  1. Angular test fixed

    Nisheeth Kashyap committed Oct 15, 2012
    Configuration menu
    Copy the full SHA
    4b7c65f View commit details
    Browse the repository at this point in the history
  2. space added in jstestdriver coverage plugin configuration

    Nisheeth Kashyap committed Oct 15, 2012
    Configuration menu
    Copy the full SHA
    273828e View commit details
    Browse the repository at this point in the history
  3. Detect whether history.pushState update location

    Detect whether history.pushState update location correctly rather then
    relying on browser userAgent string.
    Nisheeth Kashyap committed Oct 15, 2012
    Configuration menu
    Copy the full SHA
    8b4f2ce View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary comma from object to fix test

    Remove unnecessary comma from object to fix test
    Nisheeth Kashyap committed Oct 15, 2012
    Configuration menu
    Copy the full SHA
    620ea2d View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2012

  1. Merge pull request #5 from nkashyap/historyPushState

    History push state
    chrismilleruk committed Dec 6, 2012
    Configuration menu
    Copy the full SHA
    dd93f82 View commit details
    Browse the repository at this point in the history
Loading