Add doc
This commit is contained in:
parent
e9e7ddf9b1
commit
bd81674a85
7 changed files with 62 additions and 31 deletions
client/js
|
@ -1,8 +1,13 @@
|
|||
|
||||
// Declare main app
|
||||
/**
|
||||
* The main app module instance
|
||||
* @type angular.module.angular-1_3_6_L1749.moduleInstance
|
||||
*/
|
||||
var mainApp=angular.module("mainApp",['ngRoute', 'ngSanitize']);
|
||||
|
||||
|
||||
/**
|
||||
* Configure the router
|
||||
*/
|
||||
mainApp.config(['$routeProvider', function($routeProvider){
|
||||
$routeProvider.
|
||||
when('/home',{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue