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