Skip to content

Instantly share code, notes, and snippets.

@pareshchouhan
Created October 8, 2014 12:18
Show Gist options
  • Select an option

  • Save pareshchouhan/a6f46f5885cbf1ddd358 to your computer and use it in GitHub Desktop.

Select an option

Save pareshchouhan/a6f46f5885cbf1ddd358 to your computer and use it in GitHub Desktop.
var bets4you = angular.module('Bets4You', []);
bets4you.value('appName', 'Bets4You');
bets4you.config(['$routeProvider', function($routeProvider) {
// Configure existing providers
$routeProvider
.when('/', {templateUrl: 'partials/home.html',
controller: 'HomePageCtrl'
});
}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment