@mark is correct if you need a quick workaround add this code to angular -material.js file
/** @type {$mdUtil} */ this.$mdUtil = $mdUtil;
Problem: $ mdUtils is passed to the constructor, but not stored on it.
for reference look at this as issue
The end that fixes this problem is a3b3e7b , which will be available in a future version.
Aninja
source share