Skip to content

Instantly share code, notes, and snippets.

View natan88's full-sized avatar

Natanael natan88

View GitHub Profile
@natan88
natan88 / $uibModal.js
Last active November 4, 2019 17:37
Como usar o componente $uibModal no controlador/componente
$uibModal.open({
component: 'consultorioAnexarArquivo',
backdrop: 'static',
// keyboard: false,
// windowClass: 'app-modal-window-grande',
size: 'sm', // lg, sm, md
resolve: {
modalData: function () {
return {
atendimentoID: $ctrl.atendimentoID,
<div class="form-line">
<div class="title"><small> APLICATIVO </small></div>
</div>
<div class="form-footer">
<a href="SEU_LINK_AQUI?utm_source=mkauth&utm_medium=login" target="_blank" title="baixar aplicativo"><img src="https://static.koiber.com/img/play_store_152-45.png" alt="Baixar aplicativo" title="Aplicativo para baixar faturas e SUPORTE"></a>
<br><br><p>Baixe nosso aplicativo e tenha mais comodidade!</p>
</div>
async.parallel(
{
canal: function(callback){
}
email: function(callback){
callback(erro, retorno);
},
function(err, result) {
}