Ionic Framework Tutorial 15: Timer Application - Part 1

preview_player
Показать описание
Learn how to create a a simple timer application in Ionic framework for mobile devices.

Рекомендации по теме
Комментарии
Автор

Hey nice tutorials..good going!

Following correction for this video:
1. You should directly call $scope.myCustomTimer() in $scope.start() function instead of call $timeout()

Thanks for sharing this tutorials! and all the best for your next upcoming videos !!!

harshalchoudhari
Автор

Hi guys. Project coded ionic verison 1 based. Please install change this code.

ionic start timeApp blank --type ionic1

ugurkorkmaz
Автор

Isn't this recursive function just going to create 60 new timers, one for each second?
Why would we not use $interval here?

PatrickMetzdorf
Автор

when i click start twice or more, the count down run is not work properly. how to fix it?

rikinurhidayat