Editing Nav Menu's tag

Hello

I’m new to roots, and so far getting into it quite well.
But i’m stuck on something that i’m sure is pretty basic.

I can’t edit the <a> tag on the nav menu.
I would like to add content from this:

<a href="#aaa">link</a> 

to this:

<a href="#aaa" data-scroll>link</a>

I’m quite sure that should be easy to tweak in the nav.php file, but i just can’t seem to figure it out!

I’m trying to add Adtile’s Fixed Nav’s scrolling system (https://github.com/adtile/fixed-nav)

Thanks for the help!

Something like this should work: http://wordpress.stackexchange.com/questions/121123/how-to-add-a-data-attribute-to-a-wordpress-menu-item

Hey Swalkinshaw,

I was more looking for a way to put an, attribute, but without a value. But thatnks for the links, they came in handy, and thanks to them i found a workaround!

Cheers!