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
Syntax highlighting works fine in the first javascript block, and not at all in the second block. Removing the @ sign fix the problem in the second block.
For example, the following snippet will not be colored:
$('.rating_typeahead').typeahead({
remote: '@routes.SurveyController.getAspects(userId, "%QUERY")'
});
The text was updated successfully, but these errors were encountered: