Skip to content

Instantly share code, notes, and snippets.

@petarjs
Created April 26, 2015 23:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petarjs/8110da683fe2c1518d7c to your computer and use it in GitHub Desktop.
Save petarjs/8110da683fe2c1518d7c to your computer and use it in GitHub Desktop.
- When you clone the project from git, it will complain that it's not a cordova based project, UNLESS you make an empty www/ folder.
- To show images from file:/// you need to add `$compileProvider.imgSrcSanitizationWhitelist(/^\s(https|file|blob|cdvfile):|data:image\//);`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment