Skip to content

on-refresh attribute is not working #313

@Granze

Description

@Granze

I'm trying to call a function using the on-refresh attribute on a <list> tag like this

<list on-refresh="refreshList()">

but the function doesn't get fired.
The relevant part of my controller is

$scope.refreshList = function(){
  alert('refresh');
  $scope.$broadcast('scroll.refreshComplete');
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions