You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not sure if its a handlebars issue but each time I pass camel case params say firstName=firstName in a view , if i use getTemplateData this parameters are reduced automatically to lowercase? Any ideas?
The text was updated successfully, but these errors were encountered:
All attributes on HTML elements in HTML documents get ASCII-lowercased automatically, so the restriction on ASCII uppercase letters doesn't affect such documents
not sure if its a handlebars issue but each time I pass camel case params say firstName=firstName in a view , if i use
getTemplateData
this parameters are reduced automatically to lowercase? Any ideas?The text was updated successfully, but these errors were encountered: