Skip to content

Commit

Permalink
impr: changed "undefined" as default value for unused attributes in m…
Browse files Browse the repository at this point in the history
…odels (close #8)
  • Loading branch information
JohnnyTheTank committed Dec 21, 2015
1 parent b070534 commit 07ef445
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/aping-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apingApp.config(['$provide', function ($provide) {

$provide.constant("apingApiKeys", {
twitter: [
{'bearer_token':"AAAAAAAAAAAAAAAAAAAAACs3iwAAAAAA%2BH8LdT7YfKIzk8fvQvqKvoePuxo%3DMKfXX2ojtacGL8aOLAhlBDUrEFpy0DUuiyebet22Wa2YVrX7cc"}
{'bearer_token':"<YOUR_BEARER_TOKEN>"},
],
});

Expand Down
Loading

0 comments on commit 07ef445

Please sign in to comment.