Angular JS: 2 applications on the same page, only 1 should affect browser's location
问题 I'm looking for a solution to host 2 Angular JS applications on a single page. The extra requirement is, only 1 of these applications should depend on/affect real URL. Here's the code: <!doctype html> <html> <head> <script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/angular.js/1.0.2/angular.min.js"></script> <script type="text/javascript"> var app1 = angular