querySelectorAll
by Joe Saad
HTML
<input type="text">
<input type="text">
<input type="text">
<input type="text">
<input type="text">
JavaScript
var selectInput = angular.element(document.querySelectorAll("input"));
selectInput.prop("disabled","disabled");