diff options
| author | Evan Chiu | 2014-10-30 23:04:33 -0400 |
|---|---|---|
| committer | Evan Chiu | 2014-10-30 23:04:33 -0400 |
| commit | b6d4941e33d44f31839114d58e038ad27b8f5f5c (patch) | |
| tree | c101cfac80735f7f02169c997b900cb4bc44e33e /public/scripts | |
| parent | 9769950393d80f97f9904ebb04debc975e608de2 (diff) | |
| download | sipping-point-master.tar.bz2 | |
Diffstat (limited to 'public/scripts')
| -rw-r--r-- | public/scripts/controllers.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/scripts/controllers.js b/public/scripts/controllers.js index 048853e..0dccb56 100644 --- a/public/scripts/controllers.js +++ b/public/scripts/controllers.js @@ -12,6 +12,15 @@ angular.module('app.controllers', []) ['$scope', '$routeParams', '$http', function($scope, $routeParams, $http) { $scope.title='Home' + $scope.events = [ + { + 'name': 'Mixed Drinks at Roosters 6pm tomorrow' + }, { + 'name': 'Wine Flights at Vino X 8pm Tuesday' + }, { + 'name': 'Craft Beer Tasting at Mad Tree Brewers 6pm Friday' + } + ] }]) .controller('newController', ['$scope', '$routeParams', '$http', |
