generator-bat
Version:
BAT, the Backbone Application Template; a Yeoman generator collection created by marviq
15 lines (12 loc) • 467 B
text/coffeescript
###*
# Service API endpoint for accessing <% if ( singleton ) { %>the <% } %>{{#crossLink '<%- className %>'}}<%- modelName %> resource<% if ( ! singleton ) { %>s<% } %>{{/crossLink}}.
#
# @attribute <%- modelName %>
# @type ApiServiceModel
# @final
#
# @default '<<%- api.className %>.url>/<%- service %>'
###
id: '<%- modelName %>'
urlPath: '<%- service %>'
,