You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
Using a combined ng-if and ng-repeat on an element works in Chrome but not in Firefox (31.0 in OSX). The element is given the ng-bind class but is otherwise empty. If I move the ng-if to an outer div it works.
So, given the example below:
In Chrome the page contains "123 456"
In Firefox it contains just "123".
There are no errors or warnings logged in the console when doing this.
This occurs in both 0.12 and 0.13