diff --git a/src/ng1.ts b/src/ng1.ts index 5f56f3db..384bd02f 100644 --- a/src/ng1.ts +++ b/src/ng1.ts @@ -3,7 +3,7 @@ declare var window; /** * Initialize the ionic.native Angular module if we're running in ng1. * This iterates through the list of registered plugins and dynamically - * creates Angular 1 services of the form $cordovaSERVICE, ex: $cordovStatusBar. + * creates Angular 1 services of the form $cordovaSERVICE, ex: $cordovaStatusBar. */ export function initAngular1(plugins) { if (window.angular) {