angular.module('sam',['ngRoute']).config(function($routeProvider){ $routeProvider.when('/main/customer',{ templateUrl:"customer.html", controller:"customerController" }) .when('/main/client',{ templateUrl:"client.html", controller:"clientController" }); });
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)