Skip to content

Commit

Permalink
Added Jade templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Yordanov committed Mar 24, 2014
1 parent 3ebeb6b commit 1ffdf75
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions snippets/jade.snippets
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Angular HTML
snippet rep
div(ng-repeat='${1} in ${2}')

snippet repf
div(ng-repeat='${1} in ${2}' | ${3})

snippet repi
div(ng-repeat='${1} in ${2}' track by $index)

snippet hide
div(ng-hide='${1}')

snippet show
div(ng-show='${1}')

snippet if
div(ng-if='${1}')

0 comments on commit 1ffdf75

Please sign in to comment.