UNPKG

fex

Version:

A simple command line interface that helps you develop and test Angularjs project.

20 lines (15 loc) 388 B
'use strict' app.provider '<%- FEXComponentFormatName %>', -> # Private variables _fex = 'Hello Fex' # Private constructor class HelloFex @value = -> _fex # Public API for configuration @set = (s) -> _fex = s # Method for instantiating @$get = -> new HelloFex() return