Skip to content

Commit a707eba

Browse files
committed
Update angular-timer.js
1 parent 3bff52f commit a707eba

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

dist/angular-timer.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@ var timerModule = angular.module('timer', [])
2525
hours: '=?',
2626
days: '=?',
2727
months: '=?',
28-
years: '=?'
28+
years: '=?',
29+
secondsS: '=?',
30+
minutesS: '=?',
31+
hoursS: '=?',
32+
daysS: '=?',
33+
monthsS: '=?',
34+
yearsS: '=?'
2935
},
3036
controller: ['$scope', '$element', '$attrs', '$timeout', 'I18nService', '$interpolate', 'progressBarService', function ($scope, $element, $attrs, $timeout, I18nService, $interpolate, progressBarService) {
3137

0 commit comments

Comments
 (0)