Skip to content

Instantly share code, notes, and snippets.

View jessemcdowell's full-sized avatar

Jesse McDowell jessemcdowell

View GitHub Profile
@jessemcdowell
jessemcdowell / gist:9920871
Created April 1, 2014 19:08
Retrieving Navigation Parameter
module.controller('Page2Controller', ['$scope', 'navigation', function ($scope, navigation) {
$scope.navigationParameter = navigation.getNavigationData();
}]);