/app/scripts/controllers/om-som.js
https://bitbucket.org/ceoaliongroo/torredelprior · JavaScript · 9 lines · 8 code · 1 blank · 0 comment · 0 complexity · fb7a016019ea5fe421a643f27452f1c3 MD5 · raw file
- 'use strict';
- torredelpriorApp.controller('Om-SomCtrl', ['$scope', function($scope) {
- $scope.awesomeThings = [
- 'HTML5 Boilerplate',
- 'AngularJS',
- 'Testacular'
- ];
- }]);