We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec84ca commit 35716d1Copy full SHA for 35716d1
README.md
@@ -88,7 +88,6 @@ Create and open `js/apiNG/aping-config.js` in your application folder. It should
88
apingApp.config(['$provide', function ($provide) {
89
$provide.value("apingDefaultSettings", {
90
apingApiKeys : {
91
- //...
92
twitter: [
93
{'bearer_token':'<YOUR_TWITTER_BEARER_TOKEN>'}
94
],
demo/aping-config.js
@@ -1,8 +1,7 @@
1
"use strict";
2
-apingApp.config(['$provide', function ($provide) {
+angular.module('jtt_aping').config(['$provide', function ($provide) {
3
4
apingApiKeys: {
5
6
7
{'bearer_token':'<YOUR_TWITTER_BEARER_TOKEN>'},
8
0 commit comments