Commit graph

9 commits

Author SHA1 Message Date
Konrad Kleine 26b714e9c6 Add angular-bootstrap for tabset directive. Add loading bar for all XHR requests. 2014-09-29 12:28:07 +02:00
Konrad Kleine d2b34b79c6 Don't strip trailing slashes from the resource URL by escaping the slash.
This change required an update to AngularJS ~1.3.0 which currently resolves 1.3.0-rc.2.

This is the thing we needed: https://github.com/angular/angular.js/pull/5560

The feature is documented in the AngularJS API reference: https://docs.angularjs.org/api/ngResource/service/$resource
2014-09-18 14:46:45 +02:00
Konrad Kleine fb92ca1f72 Create tag + deletion of tag and repo work 2014-09-17 10:23:12 +02:00
Konrad Kleine 629abd43bf Tag details, Tag creation (almost), Tag deletion, Image details
The Tag.exists() service is not working properly, affection creation and deletion of Tags.

Somehow one can only add tags to existing repos only. Thats why I've modified the creation dialog.
2014-09-16 16:25:27 +02:00
Konrad Kleine e0e238134f Added about page 2014-09-16 10:43:10 +02:00
Konrad Kleine 27d1b82990 Using Resource instead of plain $http for everything
Working repo listing and searching as well as tag listing and searching. Tag list was outsourced to its own tag-list-directive.(js|html).
2014-09-16 10:11:17 +02:00
Konrad Kleine 329a82a2af First working usage of ngResource as a replacement for cumbersome based docker-service.js. Removing unused files 2014-09-15 17:13:44 +02:00
Konrad Kleine 5cda9cba4f Restored code from before yeoman workflow 2014-09-12 16:52:14 +02:00
Konrad Kleine 03c32a7708 Initial commit after: yo angular && npm install 2014-09-12 13:51:09 +02:00