Advertisement
Guest User

Untitled

a guest
Mar 6th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <!-- Begin page content part of a pageCtrl -->
  2. <div class="container" ng-init="pageInit();">
  3. <div class="template {{block.type}}" ng-repeat="block in pageBlocks" my-repeat-directive>
  4. <div ng-controller="templateCtrl" ng-include src="'partials/components/' + block.type + '.html'" ng-init="initTemplate(block);"></div>
  5. </div>
  6. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement