Hi there!

I'm working on my project which has huge questionnaire with many-many 
questions in it.
So I use Angular.js for show this questions to user.

Some of the questions have really long description; some of them are 
combined to groups;

This is the reason why I need sticky question/questions group title at the 
top.


But, there're some problems with it:

   - question height (in px) changes after submit the answer, so there're 
   some problems with sticky behavior;
   - if question is a part of group, I need to stick 2 elements: group 
   title & question title, one above another, which isn't easy;
   - I want to unstick previous titles if I scroll to new question (even if 
   new question should not have sticky title);
   - I want to enable/disable question title sticky on browser window 
   resizing (disable if question fully fit into window);


What I tried:

   - angular-waypoints by zumba https://github.com/zumba/angular-waypoints
   - writing custom directives using jquery 
   waypoints http://imakewebthings.com/jquery-waypoints/
   - ask friends, neighbors, my dog — no one can help me understand, what 
   I'm doing wrong.


<https://lh5.googleusercontent.com/-I6JxdOnmYJs/VJQZm_e5BuI/AAAAAAAABgI/1oaVth9j2p0/s1600/sticky-problem.png>
I really need your help here... Thank you!

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to