run watch page

This commit is contained in:
Ben Ramey
2014-03-14 11:12:42 -05:00
parent 026d98ed23
commit 6f3d47ff6e
6 changed files with 32 additions and 3 deletions

View File

@@ -16,4 +16,5 @@ lunchControllers.controller 'CreateRunCtrl', ['$scope', '$http', '$location', 's
console.log response.id
console.log $location
$location.path '/run/' + response.id
$scope.$apply()
]