• This project
    • Loading...
  • Sign in

Bruno / adb

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • adb
  • app
  • scripts
  • controllers
  • main.js
  • Bruno's avatar
    Initial commit - Base Yeowman angular project · b22c6bb6
    b22c6bb6 Browse Files
    Bruno authored 2016-03-28 11:57:53 +0200
main.js 361 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
'use strict';

/**
 * @ngdoc function
 * @name adminBuilderBoilerplateApp.controller:MainCtrl
 * @description
 * # MainCtrl
 * Controller of the adminBuilderBoilerplateApp
 */
angular.module('adminBuilderBoilerplateApp')
  .controller('MainCtrl', function () {
    this.awesomeThings = [
      'HTML5 Boilerplate',
      'AngularJS',
      'Karma'
    ];
  });