Commit b5cfe510190d2e010bfb7ab14770fd6ad8b16026
1 parent
231dd00d
Exists in
master
and in
8 other branches
Add 'angular-socialshare' module. Remove 'socialshare' module.
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
bower.json
| ... | ... | @@ -9,7 +9,7 @@ |
| 9 | 9 | "angular-messages": "ng-messages#*", |
| 10 | 10 | "angular-sanitize": "~1.4.0", |
| 11 | 11 | "angular-slugify": "~1.0.1", |
| 12 | - "angular-social-links": "~0.0.19", | |
| 12 | + "angular-socialshare": "angularjs-socialshare#~0.1.13", | |
| 13 | 13 | "angular-touch": "~1.4.0", |
| 14 | 14 | "angular-ui-router": "~0.2.15", |
| 15 | 15 | "animate.css": "~3.3.0", | ... | ... |
src/app/index.module.js
| ... | ... | @@ -2,6 +2,6 @@ |
| 2 | 2 | 'use strict'; |
| 3 | 3 | |
| 4 | 4 | angular |
| 5 | - .module('dialoga', ['ngAnimate', 'ngCookies', 'ngTouch', 'ngSanitize', 'ui.router', 'ngStorage', 'socialLinks', 'slugifier', 'ncy-angular-breadcrumb', 'ngMessages']); | |
| 5 | + .module('dialoga', ['ngAnimate', 'ngCookies', 'ngTouch', 'ngSanitize', 'ui.router', 'ngStorage', '720kb.socialshare', 'slugifier', 'ncy-angular-breadcrumb', 'ngMessages']); | |
| 6 | 6 | |
| 7 | 7 | })(); | ... | ... |