route.js 308 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 11 angular.module('focaAbmCliente') .config([ '$routeProvider', function($routeProvider) { $routeProvider.when('/cliente', { controller: 'focaAbmClienteController', templateUrl: 'src/views/foca-abm-cliente.html' }); } ]);