Advertisement
Guest User

Untitled

a guest
Apr 15th, 2014
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. var animateCtrl = angular.module("animateCtrl", [])
  2. .controller('animateCtrl', function($scope){
  3. $scope.sections = ['intro','development','devTxt', 'marketing', 'marketingTxt', 'startup', 'startupTxt']; //html files to load (top.html, etc)
  4. $scope.loadedSections = [$scope.sections[0]]; //loaded html files
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement