aboutsummaryrefslogtreecommitdiffstats
path: root/example/index.js
diff options
context:
space:
mode:
authorNeylor Ohmaly2014-02-04 21:13:29 -0200
committerNeylor Ohmaly2014-02-04 21:13:29 -0200
commit68f2f1f0119e63890871bce7819e182152566160 (patch)
treeb33fba37dce537362ed3950751ef046e7422c282 /example/index.js
parent51f30447ed5269da0d0ebc2679984908ff899e3a (diff)
downloadnsPopover-68f2f1f0119e63890871bce7819e182152566160.tar.bz2
Created the basic popover.0.0.1
Diffstat (limited to 'example/index.js')
-rw-r--r--example/index.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/example/index.js b/example/index.js
new file mode 100644
index 0000000..6315168
--- /dev/null
+++ b/example/index.js
@@ -0,0 +1,11 @@
+angular
+ .module('nsPopoverExample', ['nsPopover'])
+ .controller('MainCtrl', function($scope) {
+ $scope.items = [{
+ name: "Action"
+ }, {
+ name: "Another action"
+ }, {
+ name: "Something else here"
+ }];
+ }); \ No newline at end of file