Commit aeef216e5da47afe9fd0bfcde30c2595aed4a0bd
1 parent
dfbacd7cc2
Exists in
master
ok nombres plural
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/route.js
| 1 | angular.module('focaEstadoCisternas') | 1 | angular.module('focaEstadoCisternas') |
| 2 | .config([ | 2 | .config([ |
| 3 | '$routeProvider', | 3 | '$routeProvider', |
| 4 | function($routeProvider) { | 4 | function($routeProvider) { |
| 5 | $routeProvider.when('/estado-cisterna', { | 5 | $routeProvider.when('/estado-cisterna', { |
| 6 | controller: 'focaEstadoCisternaController', | 6 | controller: 'focaEstadoCisternasController', |
| 7 | templateUrl: 'src/views/foca-estado-cisterna.html' | 7 | templateUrl: 'src/views/foca-estado-cisterna.html' |
| 8 | }); | 8 | }); |
| 9 | } | 9 | } |
| 10 | ]); | 10 | ]); |
| 11 | 11 |