mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
Add cancel button to Webmail editor
This commit is contained in:
@@ -632,7 +632,7 @@
|
||||
return function postLink(scope, iElement, iAttr, controller) {
|
||||
$compile(mdInputEl)(scope);
|
||||
$compile(selectEl)(scope);
|
||||
$compile(tElement.find('md-button'))(scope);
|
||||
$compile(tElement.find('md-button'))(scope.$parent);
|
||||
}
|
||||
}
|
||||
}])
|
||||
|
||||
Reference in New Issue
Block a user