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