Skip to content

Upgrade the application to ionic 2 rc2 #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs
# editorconfig.org

root = true

[*]
indent_style = space
indent_size = 2

# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
33 changes: 31 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Specifies intentionally untracked files to ignore when using Git
# http://git-scm.com/docs/gitignore

*~
*.sw[mnpcod]
*.log
*.tmp
*.tmp.*
log.txt
*.sublime-project
*.sublime-workspace
.vscode/
npm-debug.log*

.idea/
.sass-cache/
.tmp/
.versions/
coverage/
dist/
node_modules/
platforms
tmp/
temp/
hooks/
platforms/
plugins/
www/build/
plugins/android.json
plugins/ios.json
www/
$RECYCLE.BIN/

.DS_Store
Thumbs.db
UserInterfaceState.xcuserstate
11 changes: 11 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>ionic2-realty</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Watch the video [here](https://youtu.be/oKHrh_PMHns).

1. Install the the latest beta version of the Ionic CLI:
1. Install the the latest version of the Ionic CLI:
```
npm install -g ionic@beta
npm install -g ionic
```

1. Clone this repository
Expand Down
18 changes: 0 additions & 18 deletions app/app.html

This file was deleted.

53 changes: 0 additions & 53 deletions app/app.js

This file was deleted.

42 changes: 0 additions & 42 deletions app/pages/broker-details/broker-details.html

This file was deleted.

26 changes: 0 additions & 26 deletions app/pages/broker-details/broker-details.js

This file was deleted.

34 changes: 0 additions & 34 deletions app/pages/broker-list/broker-list.js

This file was deleted.

23 changes: 0 additions & 23 deletions app/pages/favorite-list/favorite-list.html

This file was deleted.

37 changes: 0 additions & 37 deletions app/pages/favorite-list/favorite-list.js

This file was deleted.

66 changes: 0 additions & 66 deletions app/pages/property-details/property-details.html

This file was deleted.

Loading