----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12830/ -----------------------------------------------------------
Review request for mesos. Repository: mesos-git Description ------- Prefer "angular.forEach" to Underscore's "_.each" Angular has no dependency on Underscore, and so it would be great to remove any libraries that overlap with functionality provided by Angular. "angular.forEach" delegates to the native "forEach" if it exists like Underscore. Diffs ----- src/webui/master/static/js/controllers.js dae12b61001ff0c7379169242e5d125ef6ca141b Diff: https://reviews.apache.org/r/12830/diff/ Testing ------- Thanks, Ross Allen
