Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove period before class name in generator template. #3

Closed
TheLarkInn opened this issue Nov 17, 2015 · 1 comment
Closed

Remove period before class name in generator template. #3

TheLarkInn opened this issue Nov 17, 2015 · 1 comment
Assignees
Labels

Comments

@TheLarkInn
Copy link
Owner

For the template generators the class name for the the component is:

<div class='.<%= name %>'>
  <h1>{{ vm.name }}</h1>
</div>

Need to remove trailing period.

@TheLarkInn TheLarkInn added the bug label Nov 17, 2015
@TheLarkInn TheLarkInn self-assigned this Nov 17, 2015
TheLarkInn pushed a commit that referenced this issue Feb 11, 2016
* Removed a period from generator on template class name causing the default component class to be formatted improperly
* Updated the existing stock components VM to appropriate controller names.
* Updated webpack fixing the ability for source maps to be generated correctly in dev environments.
@TheLarkInn
Copy link
Owner Author

Fixed with 84b6313

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant