Skip to content

Commit 35716d1

Browse files
committed
updated aping-config.js
1 parent 1ec84ca commit 35716d1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ Create and open `js/apiNG/aping-config.js` in your application folder. It should
8888
apingApp.config(['$provide', function ($provide) {
8989
$provide.value("apingDefaultSettings", {
9090
apingApiKeys : {
91-
//...
9291
twitter: [
9392
{'bearer_token':'<YOUR_TWITTER_BEARER_TOKEN>'}
9493
],

demo/aping-config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
"use strict";
2-
apingApp.config(['$provide', function ($provide) {
2+
angular.module('jtt_aping').config(['$provide', function ($provide) {
33
$provide.value("apingDefaultSettings", {
44
apingApiKeys: {
5-
//...
65
twitter: [
76
{'bearer_token':'<YOUR_TWITTER_BEARER_TOKEN>'},
87
],

0 commit comments

Comments
 (0)