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

Angular 1.2.0 ng-hide/ng-show not working correctly in IE7 #4880

Closed
@omarqureshi

Description

@omarqureshi

Was working in 1.0.8 - a small snippet of offending code

<td>
  <a class='deactivate' href='#' ng-click='activationToggle(user)' ng-show='user.deactivated_at'>Reactivate</a>
  <a class='deactivate' href='#' ng-click='activationToggle(user)' ng-hide='user.deactivated_at'>Deactivate</a>
  <br>
  <a href="#" class="settings" ng-click="editServiceUser(user)">Edit Settings</a>
</td>

Generated source (via IE developer Toolbar)

<A class="deactivate" href="about:blank#" ng-click="activationToggle(user)" ng-hide="user.deactivated_at" class="" jQuery17208082390459517093="22">Deactivate<!--IE fix--></A>

Angular 1.0.8 IE7 Windows XP

screen shot 2013-11-11 at 11 10 51

Angular 1.2.0 IE7 Windows XP

screen shot 2013-11-11 at 11 18 25

Angular 1.2.0 Google Chrome Mac OS X

screen shot 2013-11-11 at 11 19 43

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions