meteor-sweetalert
meteor-sweetalert copied to clipboard
Meteor Package for sweetAlert : a beautiful replacement for javascript's alert()
Hi, I don't know if it's the version of sweet alert or something else, but unfortunately the function that should be called when the timer ends right now is not...
I can't seem to get the custom icon to work. I've adjusted the size, tried CDN, tried local. The sweet alert gets rendered with custom-icon style set to "display: none"
Meteor.call is working without swal but when I put it inside sweetalert its not. ``` 'click .fa-trash': function() { swal({ title: "Are you sure?", text: "You will not be able...
I have this piece of code: ``` javascript swal({ imageUrl: "/image.png", imageSize: "279x60", inputPlaceholder: "Enter your email to get invited", title: "Title text here?", text: "Text here.", type: "input", html:...
Hi, I wanted to know if you have plans for updating it to the latest version, thanks!
I tried adding the variable inline and by creating a variable before adding it to the `swal` object. Any way to do this? `var sponsor = tmpl.find('#sponsorName').value;` `var dynamicText =...
Being that we can insert html into the Sweet Alert, I was wondering if there was a template that the Sweet Alert is being used in so that I can...
https://atmospherejs.com/kevohagan/sweetalert still displays the old README. You can update it without bumping the package version: ``` meteor publish --update ```