tushar-borole / ng-sweet-alert

:loudspeaker: Sweetalert directive for angular js( angular sweetalert), without writing single javascript code
http://tushariscoolster.github.io/ng-sweet-alert
151 stars 42 forks source link

Demo example code has an error #15

Open ConnerAiken opened 8 years ago

ConnerAiken commented 8 years ago

Hello,

I noticed on the demo page: http://tushariscoolster.github.io/ng-sweet-alert/

The example at the bottom needs to be reformatted.

<a sweetalert sweet-options={"title":"Are you sure?" Needs to be: <a sweetalert sweet-options="{'title':'Are you sure?'

tushar-borole commented 8 years ago

@ConnerAiken Can you please make a pull request?