Browse Source

Removed isolated scope from menu.

pull/168/head
Simon Eisenmann 11 years ago
parent
commit
1b9ee09d41
  1. 1
      static/js/directives/menu.js

1
static/js/directives/menu.js

@ -37,7 +37,6 @@ define(['text!partials/menu.html'], function(template) { @@ -37,7 +37,6 @@ define(['text!partials/menu.html'], function(template) {
return {
restrict: 'E',
replace: true,
scope: true,
template: template,
link: link
}

Loading…
Cancel
Save