MCPcopy Create free account
hub / github.com/angular-app/angular-app / templateUrl

Function templateUrl

client/src/common/services/crudRouteProvider.js:48–50  ·  view source on GitHub ↗
(operation)

Source from the content-addressed store, hash-verified

46
47 // Create the templateUrl for a route to our resource that does the specified operation.
48 var templateUrl = function(operation) {
49 return baseUrl + '/' + resourceName.toLowerCase() +'-'+operation.toLowerCase()+'.tpl.html';
50 };
51 // Create the controller name for a route to our resource that does the specified operation.
52 var controllerName = function(operation) {
53 return resourceName + operation +'Ctrl';

Callers 1

crudRouteProviderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected