I am experiencing the same issue as aaronksaunders.
I added the ngCordova package:
meteor add netanelgilad/ng-cordova
but I failed at:
angularMeteor.requires.push('ngCordova.plugins.datePicker');
I got the error: angularMeteor undefined
..
var app = angular
.module('wensixiu', [
'angular-meteor',
'ionic',
'ngCordova.plugins.datePicker'
]);
angularMeteor.requires.push('ngCordova.plugins.datePicker');
thanks for any help.