FerdyHoefakker

Results 3 issues of FerdyHoefakker

$scope.model.value can be null when used in Grid editor, this caused a for loop to fail. Simply added a check to see if the value is null. If yes, skip...

Example: ``` facebook:{ limit: 5 }, twitter:{ limit: 5 }, instagram:{ limit:5 } ``` The sum of the limits is now 15. If however my instagram only has 2 images,...

Hi, Not sure if this is an issue, or me not understanding something correctly. I'm currently messing around with an isometric view. The Unity default tilemapping left much to be...