Add scope resolution to Routes and Controllers

This commit is contained in:
Youngkyun
2017-10-29 14:28:22 +09:00
parent 3312f36cb8
commit 15db7f27de
16 changed files with 155 additions and 511 deletions

View File

@@ -20,3 +20,7 @@
//= require gentelella/vendors/moment/moment.js
//= require gentelella/vendors/nprogress/nprogress.js
//= require gentelella/vendors/validator/validator.js
$(function() {
console.log("Application js");
});