Skip to content

Commit

Permalink
Merge pull request #2 from JetFault/master
Browse files Browse the repository at this point in the history
Change Factory from SweetAlert to sweetAlert
  • Loading branch information
williamli committed Mar 12, 2015
2 parents c91ec9a + 4b2320f commit 889ef9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SweetAlert.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'use strict';

angular.module('19degrees.ngSweetAlert2', [])
.factory('SweetAlert', [ '$timeout', '$window', function ( $timeout, $window ) {
.factory('sweetAlert', [ '$timeout', '$window', function ( $timeout, $window ) {

var swal = $window.swal;

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngSweetAlert2",
"version": "2.1.0",
"version": "2.1.1",
"main": "./SweetAlert.js",
"authors": [
"williamli@19degrees.io"
Expand Down

0 comments on commit 889ef9e

Please sign in to comment.