0
sampath created
Hi, Could you tell me how to use "SweetAlert" on my app ? I can see that there is a lib added to the project.But "hSweetAlert" module has not been injected on the app.js file.So then how can I use it ? Thanks.
I just need to show message like this :
sweet.show('Simple right?');
1 Answer(s)
-
0
just use abp.message api: <a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/Javascript-API/Message">http://www.aspnetboilerplate.com/Pages/ ... PI/Message</a> it's already integrated to AspNet Zero template.