2
0
Fork 0
node-ff-assets/example/www_static/js/controller/page-index.js
2015-02-27 15:20:01 +01:00

11 lines
221 B
JavaScript

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