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