oitozero / ngSweetAlert

AngularJS wrapper for SweetAlert
MIT License
616 stars 160 forks source link

ngSweetAlert Website code wrong for "A message with a custom icon" #65

Open Driaan opened 8 years ago

Driaan commented 8 years ago

The is the code for "A message with a custom icon": SweetAlert.swal({ title: "Sweet!", text: "Here's a custom image.", imageUrl: "http:://oitozero.com/avatar/avatar.jpg"

The imageUrl is http:://oitozero.com/avatar/avatar.jpg This has an extra colon and should be http://oitozero.com/avatar/avatar.jpg

Didn't know how else to let you guys know so I posted it here.