@@ -37,7 +37,6 @@ angular.module("mm.foundation.offcanvas", [])
37
37
} ] )
38
38
. directive ( 'leftOffCanvasToggle' , [ function ( ) {
39
39
return {
40
- scope : { } ,
41
40
require : '^offCanvasWrap' ,
42
41
restrict : 'C' ,
43
42
link : function ( $scope , element , attrs , offCanvasWrap ) {
@@ -49,7 +48,6 @@ angular.module("mm.foundation.offcanvas", [])
49
48
} ] )
50
49
. directive ( 'rightOffCanvasToggle' , [ function ( ) {
51
50
return {
52
- scope : { } ,
53
51
require : '^offCanvasWrap' ,
54
52
restrict : 'C' ,
55
53
link : function ( $scope , element , attrs , offCanvasWrap ) {
@@ -61,7 +59,6 @@ angular.module("mm.foundation.offcanvas", [])
61
59
} ] )
62
60
. directive ( 'exitOffCanvas' , [ function ( ) {
63
61
return {
64
- scope : { } ,
65
62
require : '^offCanvasWrap' ,
66
63
restrict : 'C' ,
67
64
link : function ( $scope , element , attrs , offCanvasWrap ) {
@@ -73,7 +70,6 @@ angular.module("mm.foundation.offcanvas", [])
73
70
} ] )
74
71
. directive ( 'offCanvasList' , [ function ( ) {
75
72
return {
76
- scope : { } ,
77
73
require : '^offCanvasWrap' ,
78
74
restrict : 'C' ,
79
75
link : function ( $scope , element , attrs , offCanvasWrap ) {
0 commit comments