Commit 8fe8fa36ae12aa32b98671dd3352aa6e31ed4611
Exists in
master
Merge branch 'master' into 'master'
Master See merge request !10
Showing
1 changed file
Show diff stats
src/js/controller.js
| ... | ... | @@ -124,7 +124,9 @@ angular.module('focaAbmPreciosCondiciones') |
| 124 | 124 | ); |
| 125 | 125 | |
| 126 | 126 | Promise.all(promises).then(function() { |
| 127 | - $window.location.assign('/#!/precio-condicion'); | |
| 127 | + $timeout(function() { | |
| 128 | + $location.path('/precio-condicion'); | |
| 129 | + }, 0); | |
| 128 | 130 | }, function(err){ |
| 129 | 131 | console.error(err); |
| 130 | 132 | }); |