Skip to content

Commit e0a2477

Browse files
committed
Update angular-timer.js
1 parent 96ad374 commit e0a2477

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

dist/angular-timer.js

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ var timerModule = angular.module('timer', [])
1919
autoStart: '&autoStart',
2020
language: '@?',
2121
fallback: '@?',
22-
maxTimeUnit: '=',
23-
seconds: '=',
24-
minutes: '=',
25-
hours: '=',
26-
days: '=',
27-
months: '=',
28-
years: '=',
29-
sseconds: '=',
30-
mminutes: '=',
31-
hhours: '=',
32-
ddays: '=',
33-
mmonths: '=',
34-
yyears: '='
22+
maxTimeUnit: '=?',
23+
seconds: '=?',
24+
minutes: '=?',
25+
hours: '=?',
26+
days: '=?',
27+
months: '=?',
28+
years: '=?',
29+
sseconds: '=?',
30+
mminutes: '=?',
31+
hhours: '=?',
32+
ddays: '=?',
33+
mmonths: '=?',
34+
yyears: '=?'
3535
},
3636
controller: ['$scope', '$element', '$attrs', '$timeout', 'I18nService', '$interpolate', 'progressBarService', function ($scope, $element, $attrs, $timeout, I18nService, $interpolate, progressBarService) {
3737

0 commit comments

Comments
 (0)