Skip to content

Instantly share code, notes, and snippets.

@ivanstoyanov
Last active January 2, 2016 18:09
Show Gist options
  • Save ivanstoyanov/8341385 to your computer and use it in GitHub Desktop.
Save ivanstoyanov/8341385 to your computer and use it in GitHub Desktop.
<html ng-app=”MyApp”>
<script>
var myApp = angular.module("MyApp", ["kinvey"]);
myApp.run(function($kinvey) {
$kinvey.init({
appKey : "App Key",
appSecret : "App Secret"
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment