2
0
Fork 0
es5-ff-spa-loader/example/www_static/js/controller/page-bar.js
2016-01-14 22:42:13 +01:00

11 lines
234 B
JavaScript

pageRouteInit.push(function ($routeProvider, $locationProvider) {
$routeProvider.when('/example-ui/bar', {
templateUrl: window.serverUrl+'/example-ui/thtml/bar',
controller: PageFoo
});
});
function PageFoo($scope, $http) {
}