-
Notifications
You must be signed in to change notification settings - Fork 27.4k
ngHide/ngShow do not work on any element with ngInclude #4238
Comments
Works if you change AngularJS to the latest snapshot http://code.angularjs.org/snapshot/angular.js |
This is covered in this issue: |
this is fixed in master already |
Hi. Can anybody help me. Index.html
Main.html
Product.html
filterApp.html
Routing.js
|
@cbugari, this sounds like a general support question. Please, use one of the appropriate support channels for these types of questions. Thx ! |
This used to work in 1.1.5. I just upgraded to 1.2.0-rc.2, and it has broken a lot of my existing code.
Basically, the following no longer works...
(having a devil of a time figuring out how to get escaped html in this post)
The ng-hide does absolutely nothing to the element in this new version.
Here's a fiddle displaying the problem - http://jsfiddle.net/thardy/4jKSB/
The text was updated successfully, but these errors were encountered: