summaryrefslogtreecommitdiffstats
path: root/js/app-inject-14.js
blob: 20976daccf44489fee546a9b93e0eb5c40a4077a (plain)
1
2
3
4
5
$('#content.app-news')
	.attr('ng-app', 'News')
	.attr('ng-cloak', '')
	.attr('ng-strict-di', '')
	.attr('ng-controller', 'AppController as App');