From 07e4730db5231593c6345d017061db2d30db4a0e Mon Sep 17 00:00:00 2001 From: Kevin Mach Date: Sat, 9 May 2015 14:33:00 -0700 Subject: [PATCH] added viewDeck stuff --- scripts/viewDeckController.js | 11 +++++++++++ templates/viewDeck.html | 23 +++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 scripts/viewDeckController.js create mode 100644 templates/viewDeck.html diff --git a/scripts/viewDeckController.js b/scripts/viewDeckController.js new file mode 100644 index 0000000..a24efcf --- /dev/null +++ b/scripts/viewDeckController.js @@ -0,0 +1,11 @@ +var app = angular.module("flashy.viewDeckController.js", ['ui.router']); + +app.controller("viewDeckController", ['$scope', function ($scope) { + + $scope.hello = function () { + alert("hello"); + } + + + +}]); diff --git a/templates/viewDeck.html b/templates/viewDeck.html new file mode 100644 index 0000000..3abbd80 --- /dev/null +++ b/templates/viewDeck.html @@ -0,0 +1,23 @@ + + + + + + + + + + + kjkkj;j;l + + + + + + + + + +