Ionic Documentation

Hello guys, I’m quite new here and that’s my first question. So, I’ve just cloned the example https://github.com/driftyco/front-page for studying purpose, but I’m kinda stuck because I was not able to find the documentation for the $ionicUpdate directive.

Thanks in advance

$ionicUpdate is not a directive, it’s a service defined in the front-page project that uses IonicUpdate as you may have seen here: https://github.com/driftyco/front-page/tree/master/www/lib/ionic-service-update

As this project is 7 months old when ionic was in beta, I suspect that IonicUpdate has been replaced by $ionicDeploy.

1 Like

Thanks gmarziou for clarifying things. I completely forgot to look in http://docs.ionic.io/ before bother you with my dumb question.