mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
add search
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user