2
0
Fork 0
es5-ff-spa-loader/example/www_static/js/controller/page-index.js
2015-12-23 01:16:54 +01:00

11 lines
219 B
JavaScript

pageRouteInit.push(function ($routeProvider, $locationProvider) {
$routeProvider.when('/example-ui', {
templateUrl: '/example-ui/thtml/index',
controller: PageIndex
});
});
function PageIndex($scope, $http) {
}