View config.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Created by yailanderson on 06/06/16. | |
*/ | |
'use strict'; | |
(function (angular) { | |
/** | |
* | |
* @param WikiTude | |
* @param Config |
View winitude.plugin.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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', []) |