上一页 1 ··· 479 480 481 482 483 484 485 486 487 ··· 491 下一页
摘要: 4.2Missing ExportsNotice the two different files:high_five.json the left side andapp.json the right. The code as it's written will not work,high_five.... 阅读全文
posted @ 2014-11-08 02:40 Zhentiw 阅读(510) 评论(0) 推荐(0)
摘要: In the previous post, we use $stateProvider deriect to root url and using MainCtrl, categories.tmpl.html. .config(function($stateProvider){ ... 阅读全文
posted @ 2014-11-04 21:31 Zhentiw 阅读(283) 评论(0) 推荐(0)
摘要: 1. Install ui-route, include js file in html and add dependence in js file.bower install angular-ui-routerangular.module('Eggly', [ 'ui.router', ... 阅读全文
posted @ 2014-11-04 20:36 Zhentiw 阅读(395) 评论(0) 推荐(0)
摘要: Common models will be a sub models for category and bookmarks. Because they are used everywhere.For bookmarks edit and create, all they need is a comm... 阅读全文
posted @ 2014-11-03 18:25 Zhentiw 阅读(247) 评论(0) 推荐(0)
摘要: We build a project according to its features or based on simple MVC structure. Put all controller into one folder and factory into another folder is h... 阅读全文
posted @ 2014-11-03 18:03 Zhentiw 阅读(201) 评论(0) 推荐(0)
摘要: Question 1Note: In this question, all columns will be written in their transposed form, as rows, to make the typography simpler. Matrix M has three ro... 阅读全文
posted @ 2014-11-03 06:15 Zhentiw 阅读(963) 评论(0) 推荐(0)
摘要: File Read StreamLets use thefsmodule to read a file and log its contents to the console.Use thefsmodule to create aReadablestream forfruits.txt. Store... 阅读全文
posted @ 2014-11-02 23:17 Zhentiw 阅读(897) 评论(0) 推荐(0)
摘要: Chat EmitterWe're going to create a custom chat EventEmitter.Create a newEventEmitterobject and assign it to a variable called 'chat'.var chat = new E... 阅读全文
posted @ 2014-11-02 22:53 Zhentiw 阅读(674) 评论(0) 推荐(0)
摘要: Note: Can use $dirty to check whether user has intracted with the form:https://docs.angularjs.org/api/ng/type/form.FormControllerRead More:http://www.... 阅读全文
posted @ 2014-11-02 00:18 Zhentiw 阅读(615) 评论(0) 推荐(0)
摘要: Set up server for JWT Authentication 1. require express 2. require faker: If faker is not install yet, do: npm install express faker // faker is what 阅读全文
posted @ 2014-10-15 22:32 Zhentiw 阅读(1388) 评论(0) 推荐(0)
上一页 1 ··· 479 480 481 482 483 484 485 486 487 ··· 491 下一页