angular-requirejs-seed
angular-requirejs-seed copied to clipboard
webapp load
define([ 'angular', 'angularRoute', 'view1/view1', 'view2/view2' ], function(angular, angularRoute, view1, view2) {} if there have 1000 pages ,what should you do?the single page will load js of 1000?that too slow!