AngularJS Tutorial | ngCloak

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

This example is wrong/outdated : it should be:
appname.controller('MainController', ['$scope',
  function($scope) {
     $scope.mydata = 'Hello';
}]);

Scaro
Автор

get to the point..you spent at least 2 minutes repeating what the problem is and then glossed over the solution in 2 seconds saying "I'm not going to go through this"? what's the point of the tutorial?Very poor and confusing tut...is ng-cloak good or bad in the end?You seem to suggest it's not a good solution as an app grows but it's not entirely clear.

mikemccann