angular-timer: Timer not showing
I have loaded the angular-timer.min.js
. I have got a <timer />
and $scope.$broadcast('timer-start');
in my controller, hoping to start it, but nothing shows up…
Have I missed something?
About this issue
- Original URL
- State: open
- Created 9 years ago
- Comments: 23 (7 by maintainers)
@saeed68gm , got it to work.
Dont include it as a dependency in any controller. Just add it on the module.
angular .module('DemoApp', [ 'ngAnimate', 'timer' ])