Skip to content

Commit 9920b72

Browse files
committed
Fixing commonjs broken integration
1 parent 88b71d4 commit 9920b72

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/js/timer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
angular.module('timer', [])
1+
var timerModule = angular.module('timer', [])
22
.directive('timer', ['$compile', function ($compile) {
33
return {
44
restrict: 'EAC',

dist/angular-timer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
2-
* angular-timer - v1.1.6 - 2014-06-30 10:39 PM
2+
* angular-timer - v1.1.6 - 2014-07-01 7:37 AM
33
* https://github.com/siddii/angular-timer
44
*
55
* Copyright (c) 2014 Siddique Hameed
66
* Licensed MIT <https://github.com/siddii/angular-timer/blob/master/LICENSE.txt>
77
*/
8-
angular.module('timer', [])
8+
var timerModule = angular.module('timer', [])
99
.directive('timer', ['$compile', function ($compile) {
1010
return {
1111
restrict: 'EAC',

dist/angular-timer.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.

0 commit comments

Comments
 (0)