Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Update tests for AngularJS 1.2 #1342

Closed
wants to merge 6 commits into from

Commits on Jan 8, 2014

  1. chore(tests): Update to AngularJS 1.2 for testing

    - Use unminified version for easier debugging
    chrisirhc committed Jan 8, 2014
    Configuration menu
    Copy the full SHA
    3ad5341 View commit details
    Browse the repository at this point in the history
  2. chore(alert): Fix test for Angular 1.2

    - Since Angular 1.2 is now using the ng-hide class to hide the element,
      it needs to be added into the DOM for styles to be computed.
    chrisirhc committed Jan 8, 2014
    Configuration menu
    Copy the full SHA
    6628c44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c2d394 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9997c0b View commit details
    Browse the repository at this point in the history
  5. chore(tooltip): Fix tests for AngularJS 1.2

    AngularJS 1.2 introduces separate isolate scopes for directives that
    require isolate scopes.
    
    See angular/angular.js@909cabd
    and angular/angular.js@27e9340
    chrisirhc committed Jan 8, 2014
    Configuration menu
    Copy the full SHA
    8b9c862 View commit details
    Browse the repository at this point in the history
  6. chore(tabs): Fix tests for AngularJS 1.2

    - Use ngBindHtml with $sce as ngBindHtmlUnsafe has been removed
    
    See angular/angular.js@dae6947
    chrisirhc committed Jan 8, 2014
    Configuration menu
    Copy the full SHA
    7150e9c View commit details
    Browse the repository at this point in the history