Restore md-button in sgSearch directive

pull/91/head
Francis Lachapelle 2015-03-19 14:18:41 -04:00
parent ca1831271b
commit a787521977
1 changed files with 1 additions and 0 deletions

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);
}
}
}])