Fork me on GitHub
#hoplon
<
2017-01-16
>
mynomoto00:01:33

@h.elmougy can you gist the whole file? Also, do you have a require for [hoplon.jquery]?

thedavidmeister04:01:07

@h.elmougy applying styles to html elements is the job of the browser, not something hoplon does (or could effect at all afaik)

thedavidmeister04:01:57

either the DOM being generated isn't what your CSS expects, or the styles are actually not in the page after navigation

flyboarder07:01:12

@thedavidmeister: we do actually implement the code to modify classes as attribute providers in hoplon.jquey and hoplon.goog

thedavidmeister07:01:25

@flyboarder setting classes doesn't really have anything to do with styles applying though does it?

thedavidmeister07:01:46

it just means the DOM that was output is different to what you expected

gryffindorstudent19:01:41

Hi all! I'm excited to try Hoplon so I cloned the hoplon/panoply repo, but I'm getting some errors. In the frontend file's initiate!, I console logged the value of (.getKeys cks) and it was an empty array, so get-user is being called with no access-token resulting in an error which then fills in the error cell in the frontend.

gryffindorstudent19:01:17

I've never worked with cookies before, so I'm not sure how to approach this. Any ideas?