cordova-angular-angularMaterial-seed
cordova-angular-angularMaterial-seed copied to clipboard
A seed to start a project using Cordova + AngularJS + Angular-Material (note: this isn't an Ionic Framework Seed)
So, I wanted to build the seed for Windows 10 Mobile (Lumia 550), to learn building Cordova apps on Windows 10 Mobile. Decided to build for Lumia 550, so ARM...
I installed the [ngCapture](http://ngcordova.com/docs/plugins/capture/) Plugin and tried to use it but It seems like the controller can't acces it. My controller: ``` javascript "use strict"; angular.module("ConnectedCarApp").controller("testCtrl",function($rootScope,$cordovaCapture, $cordovaMedia, $state, $scope, $mdSidenav,...