buttonsCtrl.js 115 Bytes
angular.module('newApp').controller('buttonsCtrl',['$scope', function ($scope) {
    $scope.something = "";
}]);