diff --git a/dist/angular-timer.js b/dist/angular-timer.js index ebc5693..c7ca33b 100644 --- a/dist/angular-timer.js +++ b/dist/angular-timer.js @@ -253,6 +253,7 @@ var timerModule = angular.module('timer', []) } }; + $scope.autoStart = $scope.$eval($scope.autoStart); if ($scope.autoStart === undefined || $scope.autoStart === true) { $scope.start(); }