angularjs mobile v1.0

This commit is contained in:
life
2014-05-14 22:35:56 +08:00
parent 0929c715c0
commit 4d1f3b957e
33 changed files with 7 additions and 136 deletions

View File

@ -9,7 +9,7 @@ angular.module('myApp', [
'ngRoute',
'ngAnimate',
'myApp.controllers',
'myApp.memoryServices'
'myApp.services'
]).
config(['$routeProvider', '$interpolateProvider', function ($routeProvider, $interpolateProvider) {