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
630835fb
Commit
630835fb
authored
Dec 18, 2015
by
Evren Kutar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version0.6.8
parent
c6245908
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
VERSION
VERSION
+1
-1
version.js
app/components/version/version.js
+1
-1
version_test.js
app/components/version/version_test.js
+1
-1
foreignKey.html
app/shared/templates/foreignKey.html
+1
-1
app.js
dist/app.js
+1
-1
templates.js
dist/templates.js
+1
-1
No files found.
VERSION
View file @
630835fb
0.6.7
0.6.8
\ No newline at end of file
\ No newline at end of file
app/components/version/version.js
View file @
630835fb
...
@@ -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.6.
7
'
);
.
value
(
'version'
,
'0.6.
8
'
);
app/components/version/version_test.js
View file @
630835fb
...
@@ -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.6.
7
'
);
expect
(
version
).
toEqual
(
'0.6.
8
'
);
}));
}));
});
});
});
});
app/shared/templates/foreignKey.html
View file @
630835fb
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
</ul>
</ul>
</span>
</span>
<input
type=
"text"
<input
type=
"text"
ng-model=
"
$$value$$
"
ng-model=
"
form.model
"
uib-typeahead=
"item as item.name for item in form.getTitleMap($viewValue)"
uib-typeahead=
"item as item.name for item in form.getTitleMap($viewValue)"
typeahead-on-select=
"form.onSelect($item)"
typeahead-on-select=
"form.onSelect($item)"
typeahead-loading=
"loadingTitleMap"
typeahead-no-results=
"noResults"
typeahead-loading=
"loadingTitleMap"
typeahead-no-results=
"noResults"
...
...
dist/app.js
View file @
630835fb
This diff is collapsed.
Click to expand it.
dist/templates.js
View file @
630835fb
...
@@ -1509,7 +1509,7 @@ angular.module("shared/templates/foreignKey.html", []).run(["$templateCache", fu
...
@@ -1509,7 +1509,7 @@ angular.module("shared/templates/foreignKey.html", []).run(["$templateCache", fu
" </ul>
\n
"
+
" </ul>
\n
"
+
" </span>
\n
"
+
" </span>
\n
"
+
" <input type=
\"
text
\"\n
"
+
" <input type=
\"
text
\"\n
"
+
" ng-model=
\"
$$value$$
\"\n
"
+
" ng-model=
\"
form.model
\"\n
"
+
" uib-typeahead=
\"
item as item.name for item in form.getTitleMap($viewValue)
\"\n
"
+
" uib-typeahead=
\"
item as item.name for item in form.getTitleMap($viewValue)
\"\n
"
+
" typeahead-on-select=
\"
form.onSelect($item)
\"\n
"
+
" typeahead-on-select=
\"
form.onSelect($item)
\"\n
"
+
" typeahead-loading=
\"
loadingTitleMap
\"
typeahead-no-results=
\"
noResults
\"\n
"
+
" typeahead-loading=
\"
loadingTitleMap
\"
typeahead-no-results=
\"
noResults
\"\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