mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Random angular stuff and testing things
This commit is contained in:
9
ext/angular/src/ionicContent.js
vendored
Normal file
9
ext/angular/src/ionicContent.js
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
angular.module('ionic.ui.content', {})
|
||||
|
||||
.directive('content', function() {
|
||||
return {
|
||||
restrict: 'E',
|
||||
replace: true,
|
||||
template: '<div class="content"></div>'
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user