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