Sha256: 0c6d0fa82cc8335a7d3afa3e225cdb3a362b3621c24b2030c27d881d8d32b29b
Contents?: true
Size: 622 Bytes
Versions: 1
Compression:
Stored size: 622 Bytes
Contents
I"b(function() { this.app.controller('RepeaterFieldCtrl', [ '$scope', function($scope) { $scope.initRows = function(rows) { if ((rows != null) && rows.length) { return $scope.rows = rows; } else { return $scope.rows = [$scope.obj]; } }; return $scope.addRow = function() { return $scope.rows.push($scope.obj); }; } ]); this.app.controller('RepeaterFieldRowCtrl', [ '$scope', function($scope) { return $scope.removeRow = function(i) { return $scope.rows.splice(i, 1); }; } ]); }).call(this); :ET
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
push_type_admin-0.5.0.alpha.2 | test/dummy/tmp/cache/assets/development/sprockets/v3.0/ofIs4D3uDoM2NUFWqBS77DH1Qld22XFEavTJaXfZRko.cache |