docs(): Fix typo "$cordov" -> "$cordova" (#443)
This commit is contained in:
parent
9a2ea25308
commit
c37fdf47a4
@ -3,7 +3,7 @@ declare var window;
|
|||||||
/**
|
/**
|
||||||
* Initialize the ionic.native Angular module if we're running in ng1.
|
* Initialize the ionic.native Angular module if we're running in ng1.
|
||||||
* This iterates through the list of registered plugins and dynamically
|
* 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) {
|
export function initAngular1(plugins) {
|
||||||
if (window.angular) {
|
if (window.angular) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user