2
0
Fork 0
tcrud/example/www_views/js/page-home.ejs
2017-06-10 16:53:29 +02:00

11 lines
200 B
Plaintext

pageRouteInit.push(function ($routeProvider, $locationProvider) {
$routeProvider.when('/ui', {
templateUrl: '/ui/thtml/home',
controller: PageHome
});
});
function PageHome($scope, $http) {
}