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

Commit b1049f1

Browse files
author
James Kleeh
committed
Update angular-confirm.js
1 parent 54866b0 commit b1049f1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

angular-confirm.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
* @version v1.1.2 - 2015-09-26
55
* @license Apache
66
*/
7-
/*
8-
* angular-confirm
9-
* https://github.com/Schlogen/angular-confirm
10-
* @version v1.1.1 - 2015-09-26
11-
* @license Apache
12-
*/
137
angular.module('angular-confirm', ['ui.bootstrap.modal'])
148
.controller('ConfirmModalController', function ($scope, $modalInstance, data) {
159
$scope.data = angular.copy(data);

0 commit comments

Comments
 (0)