changtimwu / changtimwu.github.com

Tim's testing/practice notes
7 stars 2 forks source link

smartadmin #40

Open changtimwu opened 8 years ago

changtimwu commented 8 years ago

https://wrapbootstrap.com/theme/smartadmin-responsive-webapp-WB0573SK0

Tasks:

server

changtimwu commented 8 years ago

How API got call

in app.config.js

appConfig.apiRootUrl = '/api';
InboxMessage = $resource(APP_CONFIG.apiRootUrl + '/messages.json/:id', {'id': '@_id'},
changtimwu commented 8 years ago

https://github.com/akveo/blur-admin/