How can I use a Cordova Plugin without the ngCordova JS

Hello I want to make an Alarm App that changes the tone randomly.
Right Now I want to plugin the https://github.com/MobileChromeApps/mobile-chrome-apps/tree/master/chrome-cordova/plugins/chrome.alarms

but when I create in my controller a functions to create the alarm, it’s say "TypeError: Cannot read property ‘create’ of undefined at Scope.$scope.setalarm "

if you have any suggestions…please let me know!
thanks!