Before, when feature-layer elements were removed from the DOM - for example, as part of a filter update within an ng-repeat attributed element - the mapbox element would continue to display the features, even though they were no longer part of the DOM.
Now, the mapbox element (and associated controller scope) will reflect the removal of feature-layer elements from the DOM.
I believe this functionality is more intuitive for the person using feature-layer elements in their HTML files.
Before, when feature-layer elements were removed from the DOM - for example, as part of a filter update within an ng-repeat attributed element - the mapbox element would continue to display the features, even though they were no longer part of the DOM.
Now, the mapbox element (and associated controller scope) will reflect the removal of feature-layer elements from the DOM.
I believe this functionality is more intuitive for the person using feature-layer elements in their HTML files.