Advertisement
Guest User

Untitled

a guest
May 28th, 2015
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. var angularCorp = angular.module('angularCorp', []);
  2.  
  3. angularCorp.controller('menuController', ['$scope',
  4. function ($scope)
  5. {
  6. $scope.menu = [
  7. {}, {}, {}, {}, {}, {}, {}
  8. ];
  9. }
  10. ]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement