You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that one has to always provide a call to $scope function which includes some injectable parameters apparently ($files) because if you rename those parameters they aren't recognised.
It seems that one has to always provide a call to
$scope
function which includes some injectable parameters apparently ($files
) because if you rename those parameters they aren't recognised.Example HTML code from Demo:
I would rather see it as
So no parameters and just function reference rather than a call.
$files
injectable and where is it defined? Shouldn't it be documented?The text was updated successfully, but these errors were encountered: