Blame view
app/scripts/controllers/main.js
189 Bytes
c87bc1f33
|
1 2 3 4 5 6 7 8 9 10 11 |
define(['app'], function (app) { 'use strict'; app.controller('MainCtrl', function ($scope) { $scope.awesomeThings = [ 'HTML5 Boilerplate', 'AngularJS', 'Karma' ]; }); }); |