Jason Panugaling
Jason Panugaling
This #24 should fix the problem
If this is still not fixed, you can try my version of [angularOwlCarousel](https://github.com/dashawk/angularOwlCarousel).
Anyone using this repo? it's been 22 days since I posted this issue.
The temporary fix that I did is to run vscode with an argument of `--no-sandbox` as suggested from this issue https://github.com/microsoft/vscode/issues/122951
anyone wants to merge this? or is this repo dead? if dead, i'll ask github to remove this repo because there is no activity for the last 2 years.
I have the same issue. anyone can update this?
tried wiith 0.0.11 but its not building the app.css file.
tried it and it works. ```js replace(/(?:(?:\r\n|\r|\n)\s){2}/gm, '\r\n') ```
I am using angularjs 1.5.5 and angular-sanitize 1.5.5 Here is some bits of my `bower.json` file. ``` json "dependencies": { "jquery": "^2.1.4", "angular": "1.5.0-rc.1", "angular-sanitize": "^1.4.5", "bootstrap": "^3.3.5", "extras.angular.plus": "^0.9.2",...