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 + + + + + + + + + +