angularJs.keruC icon indicating copy to clipboard operation
angularJs.keruC copied to clipboard

Seat map picker built with AngularJs 1.x and HTML5 Canvas

Results 4 angularJs.keruC issues
Sort by recently updated
recently updated
newest added

Could be useful for theaters. ```javascript kerucSettings.showStage = true; ```

enhancement
help wanted

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'...

enhancement
help wanted

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...

enhancement