From 514b6df4ee1901854e889519a6d5f7a9571742fd Mon Sep 17 00:00:00 2001 From: Atef Ben Ali Date: Thu, 25 May 2017 13:58:32 +0100 Subject: [PATCH 1/3] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6828a5d..032f37f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ Angular Social Share ========= -Angular Social Share is a collection of directives which lets you easily share your links various social networks. Currently Facebok, Google, Twitter and Linkdin are supported. Social Networks get the Meta data of the shared content like Title, Summary and Image from the Meta tags on the page by scraping. But Single Page Apps like Angular are unable to support crawling. But these dirictives use alternative so that Meta data is displayed where it is possible. +Angular Social Share is a collection of directives which lets you easily share your links various social networks. Currently Facebok, Google, Twitter and Linkdin are supported. Social Networks get the Meta data of the shared content like Title, Summary and Image from the Meta tags on the page by scraping. But Single Page Apps like Angular are unable to support crawling. But these directives use alternative so that Meta data is displayed where it is possible. Checkout the [Demo]. Change Log ---- -As of Verstion 1 This directive supports two way binding of data, so now you can populate the data in the directive from a HTTP request. +As of Version 1 This directive supports two way binding of data, so now you can populate the data in the directive from a HTTP request. Future Plans ---- From da77267a63bb3cd9ed3a0dcf0dd87200c492b5a6 Mon Sep 17 00:00:00 2001 From: Atef Ben Ali Date: Thu, 25 May 2017 14:00:13 +0100 Subject: [PATCH 2/3] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 032f37f..0f8ff4c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ angular.module('testing').config(function($locationProvider){ $locationProvider.html5Mode(true).hashPrefix('!'); }); ``` -HTML5 Mode requires server configration [Explained Here] +HTML5 Mode requires server configuration [Explained Here] Share on Facebook From f98d28dd1f5ab35f1fc0320b45e0c9e96f21a709 Mon Sep 17 00:00:00 2001 From: Atef Ben Ali Date: Thu, 25 May 2017 14:01:22 +0100 Subject: [PATCH 3/3] format --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f8ff4c..c7adb50 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Angular Social Share Angular Social Share is a collection of directives which lets you easily share your links various social networks. Currently Facebok, Google, Twitter and Linkdin are supported. Social Networks get the Meta data of the shared content like Title, Summary and Image from the Meta tags on the page by scraping. But Single Page Apps like Angular are unable to support crawling. But these directives use alternative so that Meta data is displayed where it is possible. Checkout the [Demo]. + Change Log ---- As of Version 1 This directive supports two way binding of data, so now you can populate the data in the directive from a HTTP request.