Skip to content

Commit 7ab876b

Browse files
committed
Merge pull request allenhwkim#544 from NicolasBonduel/patch-1
Update places-auto-complete.html (small mistake in code)
2 parents 8e15800 + d84071d commit 7ab876b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testapp/places-auto-complete.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
Location: {{vm.place.geometry.location}}<br/>
4040
</div>
4141
address : {{vm.address}}
42-
<map></ng-map>
42+
<ng-map></ng-map>
4343
</body>
4444
</html>

0 commit comments

Comments
 (0)