angular-module to get and display data by adding html-attributes
People
Repo info
Activity
Jonathan Hornung
@JohnnyTheTank
with ionic serve
you should open the developer tools and observe the network part
there you can see all network requests
try to find the facebook api call
markbishop
@markbishop_twitter
I am. Soon as I add the aping-config.js in my index.html, the app goes blank
Jonathan Hornung
@JohnnyTheTank
if there is no facebook api call, then the setup is not complete
complete no content?
markbishop
@markbishop_twitter
right, no 'dummy' feeds either
just the ionic header
Jonathan Hornung
@JohnnyTheTank
okay that's looks like a syntax error
error in console?
markbishop
@markbishop_twitter
looking
Jonathan Hornung
@JohnnyTheTank
@markbishop_twitter I found the error
you wrote this: angular.module('jtt_aping', [])
but it should be this: angular.module('jtt_aping')
because the first one is a declaration
the second one is a usage
(in config file)
markbishop
@markbishop_twitter
Ah
There it is. Working now
Jonathan Hornung
@JohnnyTheTank
if you write angular.module('jtt_aping', []), then you will create a new module
np
have a nice
markbishop
@markbishop_twitter
You don't help with styling do you?
_
Jonathan Hornung
@JohnnyTheTank
yes I could
20$ per hour
markbishop
@markbishop_twitter
I could pay $20
Jonathan Hornung
@JohnnyTheTank
okay
in 1h?
than I have some hours time
markbishop
@markbishop_twitter
Okay
Jonathan Hornung
@JohnnyTheTank
okay, I will be back in 1 hour
markbishop
@markbishop_twitter
sounds good
markbishop
@markbishop_twitter
Yes
Jonathan Hornung
@JohnnyTheTank
look private chat
Lee
@Leedabord
is this the place to discuss ngResource? or would that be another room?
should we create a separate factory for each collection/table? or is it ok to combine several in a single factory?
Jonathan Hornung
@JohnnyTheTank
it seems that is is the wrong channel :D
to your question: there is no right/wrong way
@Leedabord in most times, it makes sense to create a seperate factory for each collection
Lee
@Leedabord
Thanks @JohnnyTheTank . It just seems more compact to bunch all database access into a single factory with multiple methods
Ravi Rajput
@Ravslee
Hi jonathan I was googling for Youtube-api-pakage for angular, And I am happy to see that someone had developed it :) but I have few questions , are you avaible ?
Jonathan Hornung
@JohnnyTheTank
hi @Ravslee yeah, I am
Ravi Rajput
@Ravslee
jonathan are you here ?? i wanted to ask if your package will help me use only google oauth 2 , not the google app engine
believe me i had used gapi using javascript function in my angular js app, and things gone twisted, though its working but i need everything to be in a angular way
so ill be waiting for you answer . thanks in advance :)
Punita Ojha
@punitaojha
This message was deleted
Mark
@fromdecember
Are you still around to help with the APing ionic plugin?
Jonathan Hornung
@JohnnyTheTank
@fromdecember yes I do
Mark
@fromdecember
I can't figure out the facebook API with the new fb setup. I go to developer page, create a new app, turn on API, go to the graph and get the app key but it doesn't work.