Site da Oficina Itapeti

main.js 302B

    'use strict'; /** * @ngdoc function * @name siteOficinaItapetiApp.controller:MainCtrl * @description * # MainCtrl * Controller of the siteOficinaItapetiApp */ angular.module('siteOficinaItapetiApp') .controller('MainCtrl', [ '$window', function ($window) { $window.scrollTo(0, 0) }]);