add search

This commit is contained in:
wlh
2014-12-12 00:17:22 +08:00
parent 38cb1e5dfc
commit 4ce604283e
19 changed files with 376 additions and 27474 deletions
+10
View File
@@ -0,0 +1,10 @@
app.directive('loading', function(){
var str = '<div id="loading" ng-show="isNoLoaded"><img src="../imgs/loading.gif" /></div>';
return {
restrict: 'AE',
template: str,
replace: true
};
});