greencatsoft / scalajs-angular

AngularJS Binding for Scala.js
Apache License 2.0
252 stars 42 forks source link

Add Priority trait to Directive #80

Closed axos88 closed 8 years ago

axos88 commented 8 years ago

Adds the possibility to set directive priority, by

class MyDirective extends Directive with Priority {
  priority = 42

 .... 

}
mysticfall commented 8 years ago

It's a nice enhancement. Thanks much for the contribution!