my question is this, I'm learning AngularJS, and I'm doing the code for a login, where I've done factory's, but everything is in the same file (app.js) as shown below:
'(function () {
var app = angular.module ('login', ['ngStorage']);
/...
asked by
05.05.2017 / 16:13