fix docs method names

This commit is contained in:
Adam Bradley
2014-03-18 13:19:38 -05:00
parent 6627aafe05
commit f602674a19

View File

@@ -118,7 +118,7 @@
},
/**
* @ngdoc method
* @name ionic.Platform#isiPad
* @name ionic.Platform#isIPad
* @returns {boolean} Whether we are running on iPad.
*/
isIPad: function() {
@@ -126,7 +126,7 @@
},
/**
* @ngdoc method
* @name ionic.Platform#isiOS
* @name ionic.Platform#isIOS
* @returns {boolean} Whether we are running on iOS.
*/
isIOS: function() {