James Peret's personal portfolio website version 2. Built with Famous.js and AngularJS.

index.js 374B

1234567891011121314151617
  1. 'use strict';
  2. /**
  3. * @ngdoc function
  4. * @name domainManagerApp.controller:AboutCtrl
  5. * @description
  6. * # AboutCtrl
  7. * Controller of the domainManagerApp
  8. */
  9. angular.module('goApp.index', ['famous.angular', 'ngFx', 'ngAnimate'])
  10. .controller('IndexController',['$scope', '$rootScope', '$famous', '$timeline', function ($scope, $rootScope, $famous, $timeline) {
  11. }]);