OSDN Git Service

Modified UI except execute command
[eos/base.git] / zephyr / client / app / route / dashboard / dashboard.js
1 'use strict';
2
3 angular.module('zephyrApp')
4   .config(function ($routeProvider) {
5     $routeProvider
6       .when('/', {
7         templateUrl: 'app/route/dashboard/dashboard.html',
8         controller: 'RouteCtrl'
9       });
10   });