pootzko
3/10/2015 - 9:31 AM

Angular service template

Angular service template

'use strict';

myApp.service("MyService", function () {
    var self = this;

});