Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
ulakbus-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ulakbus
ulakbus-ui
Commits
0bae77f3
Commit
0bae77f3
authored
May 14, 2015
by
Evren Kutar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quantumui injection
parent
bee1eb65
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
app.js
app/app.js
+10
-1
index.html
app/index.html
+2
-0
No files found.
app/app.js
View file @
0bae77f3
'use strict'
;
'use strict'
;
// Declare app level module which depends on views, and components
// Declare app level module which depends on views, and components
angular
.
module
(
'zaerp'
,
[
'ngRoute'
,
'zaerp.dashboard'
,
'zaerp.login'
,
'zaerp.version'
,
'schemaForm'
]).
angular
.
module
(
'zaerp'
,
[
'ngRoute'
,
'ngSanitize'
,
'ngAnimate'
,
'ngQuantum'
,
'zaerp.dashboard'
,
'zaerp.login'
,
'zaerp.version'
,
'schemaForm'
]).
config
([
'$routeProvider'
,
function
(
$routeProvider
)
{
config
([
'$routeProvider'
,
function
(
$routeProvider
)
{
console
.
log
(
"redirect to login"
);
console
.
log
(
"redirect to login"
);
$routeProvider
.
otherwise
({
redirectTo
:
'/'
});
$routeProvider
.
otherwise
({
redirectTo
:
'/'
});
...
...
app/index.html
View file @
0bae77f3
...
@@ -47,6 +47,8 @@
...
@@ -47,6 +47,8 @@
<!--<script src="bower_components/angular-schema-form/dist/schema-form.js"></script>-->
<!--<script src="bower_components/angular-schema-form/dist/schema-form.js"></script>-->
<script
type=
"text/javascript"
src=
"bower_components/angular-sanitize/angular-sanitize.min.js"
></script>
<script
type=
"text/javascript"
src=
"bower_components/angular-sanitize/angular-sanitize.min.js"
></script>
<script
type=
"text/javascript"
src=
"bower_components/angular-animate/angular-animate.min.js"
></script>
<script
type=
"text/javascript"
src=
"bower_components/moment/moment.js"
></script>
<script
type=
"text/javascript"
src=
"bower_components/tv4/tv4.js"
></script>
<script
type=
"text/javascript"
src=
"bower_components/tv4/tv4.js"
></script>
<script
type=
"text/javascript"
src=
"bower_components/objectpath/lib/ObjectPath.js"
></script>
<script
type=
"text/javascript"
src=
"bower_components/objectpath/lib/ObjectPath.js"
></script>
<script
type=
"text/javascript"
src=
"bower_components/angular-schema-form/dist/schema-form.min.js"
></script>
<script
type=
"text/javascript"
src=
"bower_components/angular-schema-form/dist/schema-form.min.js"
></script>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment