Browse Source

Replace obsolete dom node.

pull/114/head
Simon Eisenmann 11 years ago
parent
commit
e5593a30a0
  1. 2
      static/js/directives/buddypictureupload.js

2
static/js/directives/buddypictureupload.js

@ -279,7 +279,7 @@ define(['jquery', 'underscore', 'text!partials/buddypictureupload.html', 'bootst
return { return {
restrict: 'E', restrict: 'E',
replace: false, replace: true,
template: template, template: template,
controller: controller, controller: controller,
link: link link: link

Loading…
Cancel
Save