File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.docs/angular-meteor/client/content/tutorials/angular1/steps Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ Create a new file named parties.css inside a new folder called `styles` placed l
3232
3333Now run the app and go to the party details page. You should see a new Google Map widget, but it doesn't do anything yet.
3434
35- Let's add a marker that will be binded to the party's location.
35+ Let's add a marker that will be bound to the party's location.
3636
3737Inside ` party-details.ng.html ` :
3838
3939{{> DiffBox tutorialName="angular-meteor" step="16.5"}}
4040
4141The ui-gmap-marker directive represents a marker inside the map. We use the following attributes:
4242
43- * coords - where is the scope the marker location will be binded to.
43+ * coords - where is the scope the marker location will be bound to.
4444* options - object that holds the marker options. We are going to use the draggable option.
4545* events - handling the events on the marker. We will use the click event.
4646* idKey - where in the scope there exists the unique id of the object that the marker represent.
You can’t perform that action at this time.
0 commit comments