Skip to content

Instantly share code, notes, and snippets.

/scope.js
Created Oct 8, 2016

Embed
What would you like to do?
restrict: 'EA',
replace: false,
scope: {
interval: '=interval',
startTimeAttr: '=startTime',
endTimeAttr: '=endTime',
countdownattr: '=countdown',
finishCallback: '&finishCallback',
autoStart: '&autoStart',
language: '@?',
fallback: '@?',
maxTimeUnit: '=',
seconds: '=?',
minutes: '=?',
hours: '=?',
days: '=?',
months: '=?',
years: '=?',
secondsS: '=?',
minutesS: '=?',
hoursS: '=?',
daysS: '=?',
monthsS: '=?',
yearsS: '=?'
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.