Personal portfolio website for Regina Carvalho. Built with Famous.js library.

index.js 377B

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