Restore md-button in sgSearch directive

This commit is contained in:
Francis Lachapelle
2015-03-19 14:18:41 -04:00
parent ca1831271b
commit a787521977

View File

@@ -632,6 +632,7 @@
return function postLink(scope, iElement, iAttr, controller) {
$compile(mdInputEl)(scope);
$compile(selectEl)(scope);
$compile(tElement.find('md-button'))(scope);
}
}
}])