Inline in AngularJs is there a way to check if something is an array?
I would have thought this to work:
I would separate logic from the view. Add state in scope and then check it
$scope.showHi = angular.isArray(textStuff[0][1]);
In view
Hi