View config.js
/** | |
* Created by yailanderson on 06/06/16. | |
*/ | |
'use strict'; | |
(function (angular) { | |
/** | |
* | |
* @param WikiTude | |
* @param Config |
View winitude.plugin.js
/** | |
* Created by yailanderson on 10/06/16. | |
*/ | |
'use strict'; | |
// install : cordova plugin add https://github.com/Wikitude/wikitude-cordova-plugin.git | |
(function (angular) { | |
angular.module('ngCordova.plugins.wikitudePlugin', []) |