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
3b43dce2
Commit
3b43dce2
authored
Nov 10, 2015
by
Evren Kutar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version 0.4.2
CHANGELOG crud sub page links bug fixes
parent
866ae95e
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
5 deletions
+26
-5
app.js
dist/app.js
+2
-2
components.js
dist/bower_components/components.js
+1
-1
templates.js
dist/templates.js
+23
-2
No files found.
dist/app.js
View file @
3b43dce2
This diff is collapsed.
Click to expand it.
dist/bower_components/components.js
View file @
3b43dce2
This diff is collapsed.
Click to expand it.
dist/templates.js
View file @
3b43dce2
angular
.
module
(
'templates-prod'
,
[
'components/auth/login.html'
,
'components/crud/templates/add.html'
,
'components/crud/templates/edit.html'
,
'components/crud/templates/list.html'
,
'components/crud/templates/show.html'
,
'components/dashboard/dashboard.html'
,
'components/debug/debug.html'
,
'components/devSettings/devSettings.html'
,
'components/error_pages/404.html'
,
'components/error_pages/500.html'
,
'components/uitemplates/404.html'
,
'components/uitemplates/500.html'
,
'components/wf/templates/add.html'
,
'components/wf/templates/edit.html'
,
'components/wf/templates/list.html'
,
'components/wf/templates/show.html'
,
'shared/templates/add.html'
,
'shared/templates/datefield.html'
,
'shared/templates/directives/chat.html'
,
'shared/templates/directives/header-breadcrumb.html'
,
'shared/templates/directives/header-notification.html'
,
'shared/templates/directives/header-sub-menu.html'
,
'shared/templates/directives/menuCollapse.html'
,
'shared/templates/directives/notifications.html'
,
'shared/templates/directives/selected-user.html'
,
'shared/templates/directives/sidebar-notification.html'
,
'shared/templates/directives/sidebar-search.html'
,
'shared/templates/directives/sidebar.html'
,
'shared/templates/directives/stats.html'
,
'shared/templates/directives/timeline.html'
,
'shared/templates/fieldset.html'
,
'shared/templates/foreignKey.html'
,
'shared/templates/linkedModelModalContent.html'
,
'shared/templates/listnodeModalContent.html'
,
'shared/templates/modalContent.html'
,
'shared/templates/nodeTable.html'
]);
angular
.
module
(
'templates-prod'
,
[
'components/auth/login.html'
,
'components/crud/templates/add.html'
,
'components/crud/templates/edit.html'
,
'components/crud/templates/list.html'
,
'components/crud/templates/show.html'
,
'components/dashboard/dashboard.html'
,
'components/debug/debug.html'
,
'components/devSettings/devSettings.html'
,
'components/error_pages/404.html'
,
'components/error_pages/500.html'
,
'components/uitemplates/404.html'
,
'components/uitemplates/500.html'
,
'components/wf/templates/add.html'
,
'components/wf/templates/edit.html'
,
'components/wf/templates/list.html'
,
'components/wf/templates/show.html'
,
'shared/templates/add.html'
,
'shared/templates/datefield.html'
,
'shared/templates/directives/chat.html'
,
'shared/templates/directives/header-breadcrumb.html'
,
'shared/templates/directives/header-notification.html'
,
'shared/templates/directives/header-sub-menu.html'
,
'shared/templates/directives/menuCollapse.html'
,
'shared/templates/directives/notifications.html'
,
'shared/templates/directives/selected-user.html'
,
'shared/templates/directives/sidebar-notification.html'
,
'shared/templates/directives/sidebar-search.html'
,
'shared/templates/directives/sidebar.html'
,
'shared/templates/directives/stats.html'
,
'shared/templates/directives/timeline.html'
,
'shared/templates/fieldset.html'
,
'shared/templates/foreignKey.html'
,
'shared/templates/linkedModelModalContent.html'
,
'shared/templates/listnodeModalContent.html'
,
'shared/templates/modalContent.html'
,
'shared/templates/nodeTable.html'
,
'shared/templates/select.html'
]);
angular
.
module
(
"components/auth/login.html"
,
[]).
run
([
"$templateCache"
,
function
(
$templateCache
)
{
$templateCache
.
put
(
"components/auth/login.html"
,
...
...
@@ -70,7 +70,7 @@ angular.module("components/crud/templates/list.html", []).run(["$templateCache",
$templateCache
.
put
(
"components/crud/templates/list.html"
,
"<div class=
\"
starter-template
\"
>
\n
"
+
" <h1>{{model}}
\n
"
+
" <a href=
\"
{{
nobjects.
addLink}}
\"
>
\n
"
+
" <a href=
\"
{{addLink}}
\"
>
\n
"
+
" <button type=
\"
button
\"
class=
\"
btn btn-primary
\"
>Ekle</button>
\n
"
+
" </a>
\n
"
+
" </h1>
\n
"
+
...
...
@@ -1646,3 +1646,24 @@ angular.module("shared/templates/nodeTable.html", []).run(["$templateCache", fun
"</table>
\n
"
+
"</div>"
);
}]);
angular
.
module
(
"shared/templates/select.html"
,
[]).
run
([
"$templateCache"
,
function
(
$templateCache
)
{
$templateCache
.
put
(
"shared/templates/select.html"
,
"<div class=
\"
form-group {{form.htmlClass}} schema-form-select
\"\n
"
+
" ng-class=
\"
{'has-error': form.disableErrorState !== true && hasError(), 'has-success': form.disableSuccessState !== true && hasSuccess(), 'has-feedback': form.feedback !== false}
\"
>
\n
"
+
" <label class=
\"
control-label {{form.labelHtmlClass}}
\"
ng-show=
\"
showTitle()
\"
>
\n
"
+
" {{form.title}}{{$$value$$}}
\n
"
+
" </label>
\n
"
+
" <select ng-model=
\"
$$value$$
\"\n
"
+
" ng-model-options=
\"
form.ngModelOptions
\"\n
"
+
" ng-disabled=
\"
form.readonly
\"\n
"
+
" sf-changed=
\"
form
\"\n
"
+
" class=
\"
form-control {{form.fieldHtmlClass}}
\"\n
"
+
" schema-validate=
\"
form
\"\n
"
+
" ng-options=
\"
item.value as item.name group by item.group for item in form.titleMap track by item[form.trackBy]
\"\n
"
+
" name=
\"
{{form.key.slice(-1)[0]}}
\"
>
\n
"
+
" </select>
\n
"
+
" <div class=
\"
help-block
\"
sf-message=
\"
form.description
\"
></div>
\n
"
+
"</div>
\n
"
+
""
);
}]);
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