Sha256: 4dfef08114f8b8cbe8e28156841f80c8a67c13665d42f2c65dd9b4da02f82344
Contents?: true
Size: 291 Bytes
Versions: 9
Compression:
Stored size: 291 Bytes
Contents
@app.controller 'RepeaterFieldCtrl', ['$scope', ($scope) -> $scope.rows = [null] $scope.initRows = (rows) -> $scope.rows = rows if rows? $scope.addRow = -> $scope.rows.push null $scope.removeRow = (i) -> console.log "Removeing #{i}" $scope.rows.splice(i, 1); ]
Version data entries
9 entries across 9 versions & 1 rubygems