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

Commit 7b8ed27

Browse files
author
James Kleeh
committed
2 parents 720eae2 + 73c8b43 commit 7b8ed27

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
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);

angular-confirm.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-confirm-modal",
3-
"main": "angular-confirm.js",
3+
"main": "angular-confirm.min.js",
44
"version": "1.1.2",
55
"homepage": "https://github.com/Schlogen/angular-confirm",
66
"authors": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angular-confirm",
33
"version": "1.1.2",
44
"description": "Angular Confirm Modal",
5-
"main": "angular-confirm.js",
5+
"main": "angular-confirm.min.js",
66
"scripts": {
77
"test": "gulp test-unit"
88
},

0 commit comments

Comments
 (0)