Eddie Monge Jr

Results 243 comments of Eddie Monge Jr

there is http://docs.angularjs.org/api/ng.$anchorScroll for such situations

it doesnt but if you edit in plunkr it does. didnt want to try troubleshooting that at the moment

again this should be a reference in https://github.com/eddiemonge/generator-angular-api

HTML comments might be essential, especially if people are using that for angular (eww though). The other options are interesting

so it needs a non-greedy lookup? I suppose this is one way of doing it. Once actual html parsing is in then this shouldn't be needed.

Once we can parse the html then most of the regexes won't be required since we will be able to do something like document.script.src

what about name should only be required if `private` is false or not present?

If you type bower publish it will publish it unless you have the private flag set to true. so its opt-in with accidental publication prevention

@unscriptable Your tools **currently** require a `name` property to function only because you have coded it that way. However, `name` should not be required. Not everything that has a `bower.json`...