diff options
author | isteven <ignatius.steven@gmail.com> | 2015-02-24 08:10:55 +0800 |
---|---|---|
committer | isteven <ignatius.steven@gmail.com> | 2015-02-24 08:10:55 +0800 |
commit | c5379a91e6274881fb986e2423a699c8712ed170 (patch) | |
tree | 74d3e6ff434af455d4927517424d6e2a9ce6b4f6 /doc/js/controllers/main.js | |
parent | b33a51992f76c668906f12b5e728c63cc8ac0d63 (diff) | |
download | angular-multi-select-c5379a91e6274881fb986e2423a699c8712ed170.zip angular-multi-select-c5379a91e6274881fb986e2423a699c8712ed170.tar.gz angular-multi-select-c5379a91e6274881fb986e2423a699c8712ed170.tar.bz2 |
added offline documentation
Diffstat (limited to 'doc/js/controllers/main.js')
-rw-r--r-- | doc/js/controllers/main.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/js/controllers/main.js b/doc/js/controllers/main.js new file mode 100644 index 0000000..368091e --- /dev/null +++ b/doc/js/controllers/main.js @@ -0,0 +1,3 @@ +myApp.controller( 'main' , [ '$scope' , function ($scope) { + console.log( 'hola!' ); +}]); |