Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
travist committed Sep 29, 2015
1 parent 91aecd5 commit 40f6fb4
Show file tree
Hide file tree
Showing 94 changed files with 1,841 additions and 1,660 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
.DS_Store
node_modules/
bower_components/
.sass-cache/
Expand Down
6 changes: 4 additions & 2 deletions bower.json
Expand Up @@ -12,8 +12,10 @@
"moment": "~2.10.3",
"animate.css": "~3.3.0",
"angular": "~1.4.0",
"formio": "~0.1.9",
"ngmap": "~1.13.4"
"ngFormio": "formio/ngFormio#develop",
"ngmap": "~1.13.4",
"ngFormBuilder": "formio/ngFormBuilder#develop",
"lodash": "~3.10.1"
},
"devDependencies": {
"angular-mocks": "~1.4.0"
Expand Down
Binary file removed dist/assets/images/angular.png
Binary file not shown.
Binary file removed dist/assets/images/bootstrap.png
Binary file not shown.
Binary file removed dist/assets/images/browsersync.png
Binary file not shown.
Binary file added dist/assets/images/formio-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed dist/assets/images/gulp.png
Binary file not shown.
Binary file removed dist/assets/images/jasmine.png
Binary file not shown.
Binary file removed dist/assets/images/karma.png
Binary file not shown.
Binary file removed dist/assets/images/node-sass.png
Binary file not shown.
Binary file removed dist/assets/images/protractor.png
Binary file not shown.
Binary file removed dist/assets/images/ui-bootstrap.png
Binary file not shown.
Binary file removed dist/assets/images/yeoman.png
Binary file not shown.
6 changes: 3 additions & 3 deletions dist/config.js
@@ -1,4 +1,4 @@
angular.module('formioAppTodo').constant('AppConfig', {
appUrl: 'https://todoapp.form.io',
apiUrl: 'https://api.form.io'
angular.module('formioApp').constant('AppConfig', {
appUrl: 'http://default.localhost:3000',
apiUrl: 'http://api.localhost:3000'
});
3 changes: 0 additions & 3 deletions dist/index.html

This file was deleted.

0 comments on commit 40f6fb4

Please sign in to comment.