1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00

renamed twitter template file

This commit is contained in:
Sylvain 2020-01-22 12:24:45 +01:00
parent 1968ba601d
commit fd1778b465
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Application.Directives.directive('twitter', [ function () {
scope: {
profile: '@'
},
templateUrl: '<%= asset_path "home/_twitter.html" %>',
templateUrl: '<%= asset_path "home/twitter.html" %>',
link ($scope, element, attributes) {
const configProfile = {
'profile': { 'screenName': $scope.profile },