SHARE
TWEET
Untitled
a guest
May 6th, 2016
15
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- (function(){
- var myApp = angular.module( 'myApp', ['ngRoute'] );
- myApp.config(
- function RouteProvider ( $routeProvider ) {
- $routeProvider
- .when(
- '/',
- {
- templateURL: 'templates/default.html'
- }
- )
- .otherwise(
- {
- redirectTo: '/'
- }
- )
- ;
- }
- )
- })();
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
