-
Notifications
You must be signed in to change notification settings - Fork 205
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
AngularJS directive template usage comment not displaying proper values #285
Comments
ah. hmmm. is there a camelCaserizer ? :) |
or a dasherizer? |
I think we will need a custom wizard for this. If you can create a class to convert the strings I can help with the wizard part. |
@johnpapa that looks like its for _ to - we would need camelCase to dash right? I can write the class to do that part of it if we can't find one. |
could be useful too. |
true. Checked the directive snippet as well but that doesn't seem to include the actual usage so we should be good there. |
Not sure if we will be able to resolve it or not but in the directive template there is a usage example that when the$safeitemname$ is camel case the comment is not correct. For example when the directive name is directTest you end up with this:
when it should be:
Issue comes from https://visualstudiogallery.msdn.microsoft.com/a16c2d07-b2e1-4a25-87d9-194f04e7a698 QA section
The text was updated successfully, but these errors were encountered: