2
0
Fork 0
tcrud/example/www_views/js/page-home.ejs

11 lines
200 B
Plaintext
Raw Permalink Normal View History

2017-06-10 14:53:29 +00:00
pageRouteInit.push(function ($routeProvider, $locationProvider) {
$routeProvider.when('/ui', {
templateUrl: '/ui/thtml/home',
controller: PageHome
});
});
function PageHome($scope, $http) {
}