Hi George,

I can’t give you an answer on this. If you would provide a sample in 
plunk/jsfiddle/jsbin of the behaviour you are experiencing, I can give
you a more solid answer.

My guess now is, that you didn’t take in account the that is being used as 
entry-point into the dom.
if you do this:

  <menu>
     <menuitem>...</menuitem>
     <menuitem>...</menuitem>

  </menu>

your actual dom will probably look someting like this:

  <menu>
     <ul>
     <menuitem><li>..</li></menuitem>
     <menuitem><li>..</li></menuitem>
    </ul>
  </menu>

This is just a rough sample, reality may look a bit different, but you can 
see it in your own browser!. This may not be your issue, but I suspect it 
is!

Regards
Sander
​

-- 
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