Skip to content

Commit

Permalink
Closes #74: correct signature of compile() in Directive
Browse files Browse the repository at this point in the history
  • Loading branch information
jokade committed Jun 16, 2015
1 parent 157210f commit 1b4530c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/biz/enef/angulate/Directive.scala
Expand Up @@ -150,5 +150,5 @@ trait Directive {
def preLink(scope: ScopeType, element: JQLite, attrs: Attributes) : Unit = ???
def preLink(scope: ScopeType, element: JQLite, attrs: Attributes, controller: ControllerType) : Unit = ???

def compile(tElement: js.Dynamic, tAttrs: Attributes) : js.Any = ???
def compile(tElement: JQLite, tAttrs: Attributes) : js.Any = ???
}

0 comments on commit 1b4530c

Please sign in to comment.