pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit 7fa9cf59ea4c12822aac7561031cd4444a40f78f parent a34c53c6b9889c7228f69ede8f6311d97e5e0e1a Author: Jul <jul@9o.is> Date: Sat, 7 Jun 2014 04:03:26 -0400 fixed ATM_Locations name Diffstat:
| M | src/main/webapp/app/App.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/webapp/app/App.js b/src/main/webapp/app/App.js @@ -284,7 +284,7 @@ app.controller('FindAtmCtrl', ['$scope', '$state', '$rootScope', '$controller', $scope.search = function() { var success = function() { - $state.go('atmlocations'); + $state.go('ATM_Locations'); $scope.reset(); };