02 2015 档案
摘要:Sometime you might want to dump some tables or database from the mysql database. If you using heroku, you can not find the graphy interface like phpMy...
阅读全文
摘要:Link function is the best spot to do any DOM manipulation or logic functionality for your directive! Normally, we use jQuery and we know that, jQuery ...
阅读全文
摘要:angular.module('NoteWrangler').directive('nwCard', function() { return { restrict: 'E', templateUrl: 'templates/directives/nw-card.html', sc...
阅读全文
摘要:When you use $scope, you can no longer user controllerAs syntax to get the value from the scope.controllerAs:angular.module('SomeController') .dire...
阅读全文
摘要:bindToController is suitable for using when you have the combination of 'controller', 'controllerAs', 'templateUrl';isolated scope is suitable for usi...
阅读全文
摘要:Usually when desgin a web page, we think building the page in grid.Bootstrap can help us to do that.It divides the page into 12 cols. In the picture, ...
阅读全文