var app = angular.module('app', []); $(function() { angular.bootstrap(document, ['app']) });