route.js 292 Bytes edit raw blame history 1 2 3 4 5 6 7 angular.module('focaAutorizarHojaRuta') .config(['$routeProvider', function($routeProvider) { $routeProvider.when('/autorizar-nota-pedido', { controller: 'focaAutorizarHojaRutaCtrl', templateUrl: 'src/views/autorizar-nota-pedido.html' }); }]);