The start of a directives cheatsheet
= (2 way data binding, creates a watch)
@ (just pass values, no watch, just value, nb: this is not 2 way binding, so you should not pass a $scope.variable, just a literal value, or the direct variable {{variable}})
& (use this for methods/expressions)