40 | 41 |
42 |
43 |

44 | AngularJS Placeholders 45 |

46 | 47 |

Client-side placeholder directives written in pure AngularJS by Josh David Miller

49 | 50 |

51 | Code on Github 52 | 53 | Download (<%= version%>) 54 | 55 |

56 |
57 |
58 |
59 |
    60 |
  • 61 | 63 |
  • 64 |
  • 65 | 67 |
  • 68 |
  • 69 | 71 | 80 |
  • 81 |
  • 82 | 83 |
    84 | 85 | 86 | 96 |
  • 97 |
98 |
99 |
100 |
101 | 102 |
103 | <% modules.forEach(function(module) { %> 104 |
105 | 108 |
109 |
110 | <%= module.html %> 111 |
112 |
113 | <%= module.description %> 114 |
115 | From module: placeholders.<%= module.name %> 116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 | 124 |
125 | 126 |
<%- module.html %>
127 |
<%- module.js %>
128 |
129 |
130 |
131 |
132 | 133 | <% }); %> 134 |
135 |