then aping-config.js
"use strict";
angular.module('jtt_aping', [])
.config(['$provide', function ($provide) {
$provide.value("apingDefaultSettings", {
apingApiKeys: {
facebook: [{'access_token': 'EAAJPcXaGBosBAI6DwnGRPtjZA........................... (the rest of my token key)'}],
// ...
}
});
}]);
"use strict";
angular.module('jtt_aping', [])
.config(['$provide', function ($provide) {
$provide.value("apingDefaultSettings", {
apingApiKeys: {
facebook: [{'access_token': 'EAAJPcXaGBosBAI6DwnGRPtjZA........................... (the rest of my token key)'}],
// ...
}
});
}]);
ionic serve
angular.module('jtt_aping', [])
angular.module('jtt_aping')