0

I use both server side templates and angular ones. When page is opened for the first time it contains <div ng-view> containing rendered page. Then angular starts, Firstly showing empty template then downloading data and showing same thing as at the beginging.

How to disable angular.js rendering not to modify DOM until data is downloaded?

4

1 回答 1

0

根据您想要完成的任务,您可以使用ngCloakngBind

于 2013-08-21T02:11:17.807 回答