diff --git a/.gitignore b/.gitignore
index b9d6bd9..3835d69 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
+bower_components/
+node_modules/
+
#################
## Eclipse
#################
@@ -192,7 +195,6 @@ $RECYCLE.BIN/
# Packages
*.egg
*.egg-info
-dist/
build/
eggs/
parts/
diff --git a/Examples/ExampleSearchResults/Services/searchResults.txt b/Examples/ExampleSearchResults/Services/searchResults.txt
index 3fa09c0..544cf01 100644
--- a/Examples/ExampleSearchResults/Services/searchResults.txt
+++ b/Examples/ExampleSearchResults/Services/searchResults.txt
@@ -2,7 +2,7 @@
{
"id": 2,
"name": "An ice sculpture",
- "price": 12.50,
+ "price": 0.00,
"tags": ["cold", "ice", "sculpture"],
"dimensions": {
"length": 7.0,
diff --git a/Examples/OptionalBinding/example.html b/Examples/OptionalBinding/example.html
new file mode 100644
index 0000000..05aa2f8
--- /dev/null
+++ b/Examples/OptionalBinding/example.html
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+Loaded with function parameters
+