ionic-team / ionic-app-lib

The library used for using ionic apps - consumed by the CLI and the GUI
44 stars 79 forks source link

error with lab #103

Open marcvincenti opened 8 years ago

marcvincenti commented 8 years ago

ionic serve --lab always throws :

Uncaught ReferenceError: ionic is not defined, http://localhost:8100/?ionicplatform=android, Line: 97 Uncaught ReferenceError: ionic is not defined, http://localhost:8100/?ionicplatform=ios, Line: 97

marcvincenti commented 8 years ago

On serve.js, line 226, change : openUrl.push('?ionicplatform=', options.platform); to openUrl.push('?ionicPlatform=', options.platform);