├── .gitignore ├── README.md ├── bower.json ├── index.html ├── main.js └── makefile /.gitignore: -------------------------------------------------------------------------------- 1 | /bower_components/ 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marmelab/ng-admin-postgrest/HEAD/README.md -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marmelab/ng-admin-postgrest/HEAD/bower.json -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marmelab/ng-admin-postgrest/HEAD/index.html -------------------------------------------------------------------------------- /main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marmelab/ng-admin-postgrest/HEAD/main.js -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marmelab/ng-admin-postgrest/HEAD/makefile --------------------------------------------------------------------------------