angularJs.keruC
angularJs.keruC copied to clipboard
Seat map picker built with AngularJs 1.x and HTML5 Canvas
Could be useful for theaters. ```javascript kerucSettings.showStage = true; ```
Old: ```HTML ``` Change instead to: ```HTML ``` The keruc settings are to be defined in parent controller, like so: ```JavaScript scope.kerucSettings = { canvasWidth: 500, canvasHeight: 500, vacantColourBg: '#76D75D'...
hey @ShadAhm , thanks for this repo.. really helpful. when i use longestRow = 20 and rows = 7, I see the logic is drawing rectangle instead of square with...