route.js 329 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 angular.module('focaEstadoCisternas') .config([ '$routeProvider', function($routeProvider) { $routeProvider.when('/estado-cisterna', { controller: 'focaEstadoCisternasController', templateUrl: 'src/views/foca-estado-cisterna.html' }); } ]);