Commit a6c2c5696f09b17d876018b360477bcdc79760fa

Authored by Luigi
1 parent 9ed9207ba4
Exists in master

Linea al final

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
1 angular.module('focaAbmCliente') 1 angular.module('focaAbmCliente')
2 .config([ 2 .config([
3 '$routeProvider', 3 '$routeProvider',
4 function($routeProvider) { 4 function($routeProvider) {
5 $routeProvider.when('/cliente', { 5 $routeProvider.when('/cliente', {
6 controller: 'focaAbmClienteController', 6 controller: 'focaAbmClienteController',
7 templateUrl: 'src/views/foca-abm-cliente.html' 7 templateUrl: 'src/views/foca-abm-cliente.html'
8 }); 8 });
9 } 9 }
10 ]); 10 ]);
11
11