Commit d69c7912 authored by Evren Kutar's avatar Evren Kutar

version 0.5.0

parent 5d257b00
0.4.2
\ No newline at end of file
0.5.0
\ No newline at end of file
......@@ -5,4 +5,4 @@ angular.module('ulakbus.version', [
'ulakbus.version.version-directive'
])
.value('version', '0.4.1');
.value('version', '0.5.0');
......@@ -5,7 +5,7 @@ describe('ulakbus.version module', function() {
describe('version service', function() {
it('should return current version', inject(function(version) {
expect(version).toEqual('0.4.1');
expect(version).toEqual('0.5.0');
}));
});
});
......@@ -9,11 +9,11 @@
"angular": "1.4.7",
"json3": "~3.3.2",
"es5-shim": "~4.1.10",
"angular-mocks": "1.4.x",
"angular-animate": "1.4.x",
"angular-route": "1.4.x",
"angular-resource": "1.4.x",
"angular-cookies": "1.4.x",
"angular-mocks": "1.4.7",
"angular-animate": "1.4.7",
"angular-route": "1.4.7",
"angular-resource": "1.4.7",
"angular-cookies": "1.4.7",
"angular-bootstrap": "0.14.3",
"font-awesome": "4.3.0",
"angular-schema-form": "0.8.3",
......
This diff is collapsed.
This diff is collapsed.
......@@ -203,7 +203,7 @@ angular.module("components/crud/templates/list.html", []).run(["$templateCache",
" </ul>\n" +
" </div>\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" +
" <li ng-class=\"{disabled:pagination.page===1}\">\n" +
" <a href=\"javascript:void(0)\" aria-label=\"Önceki\" ng-click=\"reload({page:pagination.page-1})\">\n" +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment