Skip to content

Instantly share code, notes, and snippets.

View aurangzaib's full-sized avatar

Aurangzaib Siddiqui aurangzaib

View GitHub Profile
summernote callbacks
```javascript
$scope.options = {
onImageUpload: (files, editor, $editable) =>
console.log('image upload:', files, editor, $editable)
};
<summernote config="options" ng-model="whatever">{{whatever}}</summernote>
```
Install Ionic to dev android app on ubuntu 14.04
0. Instal ubuntu-14.04-desktop-amd64.iso
sudo apt-get update
sudo apt-get install exfat-fuse exfat-utils
sudo reboot
1. Copy jdk-7u60-linux-x64.tar.gz, apache-ant-1.9.4-bin.tar.gz to /opt and copy adt-bundle-linux-x86_64-20140321.zip to HOME/android
cd /opt
sudo tar zxvf jdk-7u60-linux-x64.tar.gz