cardsCtrl.js 113 Bytes Raw Blame History Permalink 1 2 3 angular.module('newApp').controller('cardsCtrl',['$scope', function ($scope) { $scope.something = ""; }]);