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
70b5c503
Commit
70b5c503
authored
Jul 31, 2015
by
Evren Kutar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
grunt config
parent
df693179
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
Gruntfile.js
Gruntfile.js
+2
-1
staff_controller.js
app/components/staff/staff_controller.js
+1
-0
index.html
app/index.html
+4
-0
No files found.
Gruntfile.js
View file @
70b5c503
...
...
@@ -119,13 +119,14 @@ module.exports = function (grunt) {
grunt
.
registerTask
(
'dev'
,
[
'bower'
,
'connect:server'
,
'watch:dev'
]);
grunt
.
registerTask
(
'test'
,
[
'bower'
,
'jshint'
,
'karma:continuous'
]);
grunt
.
registerTask
(
'minified'
,
[
'bower'
,
'connect:server'
,
'watch:min'
]);
grunt
.
registerTask
(
'extract_i18n'
,
[
'nggettext_extract'
]);
grunt
.
registerTask
(
'compile_i18n'
,
[
'nggettext_compile'
]);
grunt
.
registerTask
(
'default'
,
[
'bower'
,
'html2js:dist'
,
'concat:dist'
,
'concat:components'
,
'uglify:dist'
,
'nggettext_extract'
,
'nggettext_compile'
]);
...
...
app/components/staff/staff_controller.js
View file @
70b5c503
...
...
@@ -26,6 +26,7 @@ staff.controller('StaffAddEditCtrl', function ($scope, $rootScope, $location, $h
else
{
form_params
[
'cmd'
]
=
'add_object'
;
}
// to start in certain part of the workflow use clear_wf=1
form_params
[
'clear_wf'
]
=
1
;
Generator
.
get_form
(
$scope
.
url
,
form_params
).
then
(
function
(
object
)
{
...
...
app/index.html
View file @
70b5c503
...
...
@@ -14,6 +14,8 @@
<meta
name=
"description"
content=
""
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"stylesheet"
href=
"bower_components/angular-bootstrap/ui-bootstrap-csp.css"
>
<link
rel=
"stylesheet"
href=
"bower_components/bootstrap/dist/css/bootstrap.css"
>
<!--<link rel="stylesheet" href="bower_components/quantumui/dist/css/addon/effect-light.min.css">-->
...
...
@@ -82,6 +84,8 @@
<script
src=
"bower_components/angular-route/angular-route.js"
></script>
<script
src=
"bower_components/angular-cookies/angular-cookies.js"
></script>
<script
src=
"bower_components/angular-resource/angular-resource.js"
></script>
<script
src=
"bower_components/angular-bootstrap/ui-bootstrap.js"
></script>
<script
src=
"bower_components/angular-bootstrap/ui-bootstrap-tpls.js"
></script>
<script
type=
"text/javascript"
src=
"bower_components/angular-sanitize/angular-sanitize.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