ngAria (an accessibility module) is adding an unnecessary bower import to my Angular Material project - and now it is throwing warnings:
Attribute \"
Disabling messages globally is possible as of 1.1.0:
app.config(function($mdAriaProvider) { // Globally disables all ARIA warnings. $mdAriaProvider.disableWarnings(); });
(But do note the discussion in other answers about aria labels being important for accessibility!)