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
... | ... | @@ -3,7 +3,7 @@ angular.module('focaEstadoCisternas') |
3 | 3 | '$routeProvider', |
4 | 4 | function($routeProvider) { |
5 | 5 | $routeProvider.when('/estado-cisterna', { |
6 | - controller: 'focaEstadoCisternaController', | |
6 | + controller: 'focaEstadoCisternasController', | |
7 | 7 | templateUrl: 'src/views/foca-estado-cisterna.html' |
8 | 8 | }); |
9 | 9 | } |