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
d69c7912
Commit
d69c7912
authored
Dec 03, 2015
by
Evren Kutar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version 0.5.0
parent
5d257b00
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
13 deletions
+13
-13
VERSION
VERSION
+1
-1
version.js
app/components/version/version.js
+1
-1
version_test.js
app/components/version/version_test.js
+1
-1
bower.json
bower.json
+5
-5
app.js
dist/app.js
+3
-3
components.js
dist/bower_components/components.js
+1
-1
templates.js
dist/templates.js
+1
-1
No files found.
VERSION
View file @
d69c7912
0.4.2
0.5.0
\ No newline at end of file
\ No newline at end of file
app/components/version/version.js
View file @
d69c7912
...
@@ -5,4 +5,4 @@ angular.module('ulakbus.version', [
...
@@ -5,4 +5,4 @@ angular.module('ulakbus.version', [
'ulakbus.version.version-directive'
'ulakbus.version.version-directive'
])
])
.
value
(
'version'
,
'0.
4.1
'
);
.
value
(
'version'
,
'0.
5.0
'
);
app/components/version/version_test.js
View file @
d69c7912
...
@@ -5,7 +5,7 @@ describe('ulakbus.version module', function() {
...
@@ -5,7 +5,7 @@ describe('ulakbus.version module', function() {
describe
(
'version service'
,
function
()
{
describe
(
'version service'
,
function
()
{
it
(
'should return current version'
,
inject
(
function
(
version
)
{
it
(
'should return current version'
,
inject
(
function
(
version
)
{
expect
(
version
).
toEqual
(
'0.
4.1
'
);
expect
(
version
).
toEqual
(
'0.
5.0
'
);
}));
}));
});
});
});
});
bower.json
View file @
d69c7912
...
@@ -9,11 +9,11 @@
...
@@ -9,11 +9,11 @@
"angular"
:
"1.4.7"
,
"angular"
:
"1.4.7"
,
"json3"
:
"~3.3.2"
,
"json3"
:
"~3.3.2"
,
"es5-shim"
:
"~4.1.10"
,
"es5-shim"
:
"~4.1.10"
,
"angular-mocks"
:
"1.4.
x
"
,
"angular-mocks"
:
"1.4.
7
"
,
"angular-animate"
:
"1.4.
x
"
,
"angular-animate"
:
"1.4.
7
"
,
"angular-route"
:
"1.4.
x
"
,
"angular-route"
:
"1.4.
7
"
,
"angular-resource"
:
"1.4.
x
"
,
"angular-resource"
:
"1.4.
7
"
,
"angular-cookies"
:
"1.4.
x
"
,
"angular-cookies"
:
"1.4.
7
"
,
"angular-bootstrap"
:
"0.14.3"
,
"angular-bootstrap"
:
"0.14.3"
,
"font-awesome"
:
"4.3.0"
,
"font-awesome"
:
"4.3.0"
,
"angular-schema-form"
:
"0.8.3"
,
"angular-schema-form"
:
"0.8.3"
,
...
...
dist/app.js
View file @
d69c7912
This diff is collapsed.
Click to expand it.
dist/bower_components/components.js
View file @
d69c7912
This diff is collapsed.
Click to expand it.
dist/templates.js
View file @
d69c7912
...
@@ -203,7 +203,7 @@ angular.module("components/crud/templates/list.html", []).run(["$templateCache",
...
@@ -203,7 +203,7 @@ angular.module("components/crud/templates/list.html", []).run(["$templateCache",
" </ul>
\n
"
+
" </ul>
\n
"
+
" </div>
\n
"
+
" </div>
\n
"
+
"
\n
"
+
"
\n
"
+
" <nav ng-if=
\"
pagination
\"
class=
\"
text-center
\"
>
\n
"
+
" <nav ng-if=
\"
pagination
&& pagination.total_pages > 1
\"
class=
\"
text-center
\"
>
\n
"
+
" <ul class=
\"
pagination
\"
>
\n
"
+
" <ul class=
\"
pagination
\"
>
\n
"
+
" <li ng-class=
\"
{disabled:pagination.page===1}
\"
>
\n
"
+
" <li ng-class=
\"
{disabled:pagination.page===1}
\"
>
\n
"
+
" <a href=
\"
javascript:void(0)
\"
aria-label=
\"
Önceki
\"
ng-click=
\"
reload({page:pagination.page-1})
\"
>
\n
"
+
" <a href=
\"
javascript:void(0)
\"
aria-label=
\"
Önceki
\"
ng-click=
\"
reload({page:pagination.page-1})
\"
>
\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