Commit 82c772e4 authored by Evren Kutar's avatar Evren Kutar

v0.0.3.1

dashboard seperated navigations for personel student and system tasks
version info activated without template (below sidebar there will be the template)
parent 8b9e7ac5
...@@ -90,16 +90,6 @@ module.exports = function (grunt) { ...@@ -90,16 +90,6 @@ module.exports = function (grunt) {
}, },
js: { js: {
src: [ src: [
//'app/app.js',
//'app/app_routes.js',
//'app/zetalib/**/*service.js',
//'app/zetalib/general.js',
//'app/zetalib/interceptors.js',
//'app/shared/scripts/theme.js',
//'app/shared/directives.js',
//'app/components/**/*controller.js',
//'app/components/**/*service.js',
"dist/app.js", "dist/app.js",
"app/app_routes.js", "app/app_routes.js",
"app/zetalib/interceptors.js", "app/zetalib/interceptors.js",
...@@ -110,7 +100,9 @@ module.exports = function (grunt) { ...@@ -110,7 +100,9 @@ module.exports = function (grunt) {
"app/components/auth/auth_service.js", "app/components/auth/auth_service.js",
"app/components/dashboard/dashboard_controller.js", "app/components/dashboard/dashboard_controller.js",
"app/components/crud/crud_controller.js", "app/components/crud/crud_controller.js",
//"app/shared/scripts/theme.js", "app/components/version/version.js",
"app/components/version/interpolate-filter.js",
"app/components/version/version-directive.js"
], ],
dest: 'dist/app.js' dest: 'dist/app.js'
}, },
......
...@@ -21,7 +21,7 @@ var app = angular.module( ...@@ -21,7 +21,7 @@ var app = angular.module(
//'ulakbus.staff', //'ulakbus.staff',
//'ulakbus.student', //'ulakbus.student',
'ulakbus.crud', 'ulakbus.crud',
//'ulakbus.version', 'ulakbus.version',
'schemaForm', 'schemaForm',
'gettext', 'gettext',
//'templates-dev', //'templates-dev',
......
...@@ -101,6 +101,8 @@ ...@@ -101,6 +101,8 @@
<script src="components/crud/crud_controller.js"></script> <script src="components/crud/crud_controller.js"></script>
<script src="components/staff/staff_controller.js"></script> <script src="components/staff/staff_controller.js"></script>
<script src="components/student/student_controller.js"></script> <script src="components/student/student_controller.js"></script>
<script src="components/version/interpolate-filter.js"></script>
<script src="components/version/version-directive.js"></script>
<script src="components/version/version.js"></script> <script src="components/version/version.js"></script>
</body> </body>
......
...@@ -109,6 +109,8 @@ ...@@ -109,6 +109,8 @@
<script src="components/crud/crud_controller.js"></script> <script src="components/crud/crud_controller.js"></script>
<script src="components/staff/staff_controller.js"></script> <script src="components/staff/staff_controller.js"></script>
<script src="components/student/student_controller.js"></script> <script src="components/student/student_controller.js"></script>
<script src="components/version/interpolate-filter.js"></script>
<script src="components/version/version-directive.js"></script>
<script src="components/version/version.js"></script> <script src="components/version/version.js"></script>
<!-- @endif --> <!-- @endif -->
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment