Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
fixed template url
Browse files Browse the repository at this point in the history
  • Loading branch information
cihad committed Mar 28, 2013
1 parent ab6f7d0 commit 5f05914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/directives/view_input.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FB.directive('viewInput', function($document, $timeout, $http, $compile, $templa
'<div class="arrow"></div>' + '<div class="arrow"></div>' +
'<div class="popover-inner">' + '<div class="popover-inner">' +
'<h3 class="popover-title" ng-bind="input.name"></h3>' + '<h3 class="popover-title" ng-bind="input.name"></h3>' +
'<div class="popover-content" ng-include src="\'/template/inputs/' + type + '/conf.html\'">' + '<div class="popover-content" ng-include src="\'template/inputs/' + type + '/conf.html\'">' +
'</div>' + '</div>' +
'</div>' + '</div>' +
'</div>' + '</div>' +
Expand Down

0 comments on commit 5f05914

Please sign in to comment.