krescruz / angular-materialize

Angularjs directives for Materialize CSS Framework https://github.com/Dogfalo/materialize
MIT License
397 stars 129 forks source link

your angular-materialize/src/angular-materialize.js have a explain error! #195

Closed strongant closed 7 years ago

strongant commented 7 years ago

In angular-materialize/src/angular-materialize.js line 5 to 7 :

 /*     example usage:
     <div scroll-fire="func('Scrolled', 2000)" ></scroll-fire>
     */

I think you should update this block,such as:

 /*     example usage:
     <div scroll-fire="func('Scrolled', 2000)"></div>
     */
webbiesdk commented 7 years ago

Right you are, a while back the start tag was also scroll-fire, but apparently the end tag wasn't fixed when the start tag was updated.