Sha256: 43fccae4694d307f5913a6cc069e10fe87d193f01a53e1e67571e8e33523ab49
Contents?: true
Size: 322 Bytes
Versions: 25
Compression:
Stored size: 322 Bytes
Contents
import Controller from "@ember/controller"; export default Controller.extend({ envPosition: 0, actions: { protect() { this.get("model").protect(); }, unprotect() { this.get("model").unprotect(); }, envChanged(newPosition) { this.set("envPosition", newPosition); } } });
Version data entries
25 entries across 25 versions & 1 rubygems