wonderfan / javascript

Explore the power of HTML,CSS and JavaScript
1 stars 0 forks source link

How to use modal directive and pagination directive #94

Closed wonderfan closed 8 years ago

wonderfan commented 8 years ago

源码的位置:https://github.com/angular-ui/bootstrap/blob/master/src/modal/modal.js

wonderfan commented 8 years ago

加深对templateUrl和template cache service的理解:http://www.bennadel.com/blog/2811-exposing-an-optional-directive-template-using-ng-template-and-the-templatecachce-in-angularjs.htm

wonderfan commented 8 years ago

使用几种不同的template,类似与style sheet的用法:https://thinkster.io/templatecache-tutorial

wonderfan commented 8 years ago

分页的源码位置:https://github.com/angular-ui/bootstrap/blob/0.12.0/src/pagination/pagination.js