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

index.js 374B

    'use strict'; /** * @ngdoc function * @name domainManagerApp.controller:AboutCtrl * @description * # AboutCtrl * Controller of the domainManagerApp */ angular.module('goApp.index', ['famous.angular', 'ngFx', 'ngAnimate']) .controller('IndexController',['$scope', '$rootScope', '$famous', '$timeline', function ($scope, $rootScope, $famous, $timeline) { }]);