Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 35031f8

Browse files
author
James Kleeh
committed
Update angular-confirm.js
1 parent fc31c24 commit 35031f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular-confirm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Version: 1.0 - 2014-24-11
55
* License: Apache
66
*/
7-
angular.module('confirm', ['ui.bootstrap'])
7+
angular.module('angular-confirm', ['ui.bootstrap'])
88
.controller('ConfirmModalController', function($scope, $modalInstance, data) {
99
$scope.data = angular.copy(data);
1010

0 commit comments

Comments
 (0)