Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html ng-app="app">
<head></head>
<body>
    <h1>example 8</h1> 
    <p>Changing views with routes and $routeProvider</p>
    <p>you need angular-routes.min.js file to use $routeProvider</p>
    <div ng-view></div>
    <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.23/angular.min.js"></script>
    <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.23/angular-route.min.js"></script>
    
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
korayguclupro
0viewers