ngSweetAlert

WebJar for ngSweetAlert

License

License

MIT
Categories

Categories

Angular User Interface Web Frameworks
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

angular-sweetalert
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

ngSweetAlert
WebJar for ngSweetAlert
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/oitozero/ngSweetAlert

Download angular-sweetalert

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/angular-sweetalert/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>angular-sweetalert</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/angular-sweetalert/
implementation 'org.webjars.bower:angular-sweetalert:1.1.0'
// https://jarcasting.com/artifacts/org.webjars.bower/angular-sweetalert/
implementation ("org.webjars.bower:angular-sweetalert:1.1.0")
'org.webjars.bower:angular-sweetalert:jar:1.1.0'
<dependency org="org.webjars.bower" name="angular-sweetalert" rev="1.1.0">
  <artifact name="angular-sweetalert" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='angular-sweetalert', version='1.1.0')
)
libraryDependencies += "org.webjars.bower" % "angular-sweetalert" % "1.1.0"
[org.webjars.bower/angular-sweetalert "1.1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.bower : angular jar [1.2.0,1.3)
org.webjars.bower : sweetalert jar [0.3.0,)

Project Modules

There are no modules declared in this project.

AngularJS wrapper for SweetAlert

AngularJS wrapper for SweetAlert. Sweet Alert is a beautiful replacement for Javascript's "Alert".

Demo

http://oitozero.github.io/ngSweetAlert/

Dependencies

Install

  1. download the files
    1. Bower
      1. add "angular-sweetalert": "latest" to your bower.json file then run bower install OR run bower install angular-sweetalert
  2. include the files in your app
    1. SweetAlert.min.js
    2. sweet-alert.js OR sweet-alert.min.js
    3. sweet-alert.css
  3. include the module in angular (i.e. in app.js) - oitozero.ngSweetAlert

Documentation

Versions

Version
1.1.0