It sounds good for completed project, and now you just maintain, but what about new project? For example REST API, you would create new branch for every feature from the beginning?
@matanyed
Full stack developer
Nothing here yet.
Nothing here yet.
No blogs yet.
It sounds good for completed project, and now you just maintain, but what about new project? For example REST API, you would create new branch for every feature from the beginning?
I have found great solution! 2 steps: in html: add ng-if="items.length" (to the ng-repeat container) in controller: function onStateChange () { $scope.items = []; $timeout( function () { $scope.items = getItems(); }); } Preview video: https://drive.google.com/file/d/0B_2AM8ZhXhE9c2IyZFg2aXhsYXM/view